Returns the converted hex color from the given rgb color
Optional
the rgb color to inspect
the converted hex color from the given rgb color
rgbToHex('rgb(255, 0, 0)'); // '#ff0000'rgbToHex([255, 0, 0]); // '#ff0000' Copy
rgbToHex('rgb(255, 0, 0)'); // '#ff0000'rgbToHex([255, 0, 0]); // '#ff0000'
Returns the converted hex color from the given rgb color