How to convert decimal hour to new date format

I need to convert decimal hours to new date format in js.

eg: if i give decimal hour as 16.3

it is actualy 16:30

i need it to be convert in to new date format in js

‘2024-05-06T13:52:06.763Z’ like this

how can i do it in js ?