Shades of Neon Blue #494DF0
Tints of Neon Blue #494DF0
RGB
CMYK
RGB Variations
Color information
#494DF0 (or 0x494DF0) is known color: Neon Blue. HEX triplet: 49, 4D and F0. RGB value is (73,77,240). Sum of RGB (Red+Green+Blue) = 73+77+240=390 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.72% from 390); Green value is 77 (30.47% from 255 or 19.74% from 390); Blue value is 240 (94.14% from 255 or 61.54% from 390); Max value from RGB is 240 - color contains mainly: blue. Hex color #494DF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #494DF0 is #B6B20F. Grayscale: #5D5D5D. Windows color (decimal): -11973136 or 15748425. OLE color: 15748425.
HSL color Cylindrical-coordinate representation of color #494DF0: hue angle of 238.56º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #494DF0 is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 77 | 240 | - |
| CMYK | 0.70 | 0.68 | 0 | 0.06 |
| HSL | 238.56º | 0.85% | 0.61% | - |
| HSV(B) | 238.56º | 0.7% | 0.94% | - |
| XYZ | 21.13 | 13.02 | 83.84 | - |
| YUV | 94.39 | 210.17 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 77 | 240 | 0.70 | 0.68 | 0 | 0.06 | 238.56 | 0.85 | 0.61 |
| Hex | 49 | 4D | F0 | 46 | 44 | 0 | 6 | EF | 55 | 3D |
| Octal | 111 | 115 | 360 | 106 | 104 | 0 | 6 | 357 | 125 | 75 |
| Binary | 1001001 | 1001101 | 11110000 | 1000110 | 1000100 | 0 | 110 | 11101111 | 1010101 | 111101 |
Color Harmonies of #494DF0
Complementary color
Monochromatic Colors of #494DF0
Black with #494DF0
Text Example
Text Example
White with #494DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494DF0; }
p { color: rgb(73,77,240); }
H1.HeaderClassName
{
color: #494DF0;
}
.AnyTagClassName
{
color: #494DF0;
}
</style>
background-color css
<style>
a { background-color: #494DF0; }
a { background-color: rgb(73,77,240); }
div.DivClassName
{
background-color: #494DF0;
}
.BgClassName
{
background-color: #494DF0;
}
</style>
border-color css
<style>
span { border-color: #494DF0; }
span { border-color: rgb(73,77,240); }
td.TdClassName
{
border-color: #494DF0;
}
.TagClassName
{
border-color: #494DF0;
}
</style>