Returns the reversed hex color from the given color
Optional
the hex color to inspect
the reversed hex color from the given color
reverseHex('#000'); // 'rgb(255, 255, 255)'reverseHex('#fff'); // 'rgb(0, 0, 0)' Copy
reverseHex('#000'); // 'rgb(255, 255, 255)'reverseHex('#fff'); // 'rgb(0, 0, 0)'
Returns the reversed hex color from the given color