Shades of Neon Blue #494DFF
Tints of Neon Blue #494DFF
RGB
CMYK
RGB Variations
Color information
#494DFF (or 0x494DFF) is known color: Neon Blue. HEX triplet: 49, 4D and FF. RGB value is (73,77,255). Sum of RGB (Red+Green+Blue) = 73+77+255=405 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.02% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #494DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #494DFF is #B6B200. Grayscale: #5F5F5F. Windows color (decimal): -11973121 or 16731465. OLE color: 16731465.
HSL color Cylindrical-coordinate representation of color #494DFF: hue angle of 238.68º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #494DFF is Cyan = 0.71, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 77 | 255 | - |
| CMYK | 0.71 | 0.70 | 0 | 0 |
| HSL | 238.68º | 1% | 0.64% | - |
| HSV(B) | 238.68º | 0.71% | 1% | - |
| XYZ | 23.45 | 13.94 | 96.06 | - |
| YUV | 96.1 | 217.67 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 77 | 255 | 0.71 | 0.70 | 0 | 0 | 238.68 | 1 | 0.64 |
| Hex | 49 | 4D | FF | 47 | 46 | 0 | 0 | EF | 64 | 40 |
| Octal | 111 | 115 | 377 | 107 | 106 | 0 | 0 | 357 | 144 | 100 |
| Binary | 1001001 | 1001101 | 11111111 | 1000111 | 1000110 | 0 | 0 | 11101111 | 1100100 | 1000000 |
Color Harmonies of #494DFF
Complementary color
Monochromatic Colors of #494DFF
Black with #494DFF
Text Example
Text Example
White with #494DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494DFF; }
p { color: rgb(73,77,255); }
H1.HeaderClassName
{
color: #494DFF;
}
.AnyTagClassName
{
color: #494DFF;
}
</style>
background-color css
<style>
a { background-color: #494DFF; }
a { background-color: rgb(73,77,255); }
div.DivClassName
{
background-color: #494DFF;
}
.BgClassName
{
background-color: #494DFF;
}
</style>
border-color css
<style>
span { border-color: #494DFF; }
span { border-color: rgb(73,77,255); }
td.TdClassName
{
border-color: #494DFF;
}
.TagClassName
{
border-color: #494DFF;
}
</style>