Shades of Neon Blue #4E4DF9
Tints of Neon Blue #4E4DF9
RGB
CMYK
RGB Variations
Color information
#4E4DF9 (or 0x4E4DF9) is known color: Neon Blue. HEX triplet: 4E, 4D and F9. RGB value is (78,77,249). Sum of RGB (Red+Green+Blue) = 78+77+249=404 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.31% from 404); Green value is 77 (30.47% from 255 or 19.06% from 404); Blue value is 249 (97.66% from 255 or 61.63% from 404); Max value from RGB is 249 - color contains mainly: blue. Hex color #4E4DF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E4DF9 is #B1B206. Grayscale: #606060. Windows color (decimal): -11645447 or 16338254. OLE color: 16338254.
HSL color Cylindrical-coordinate representation of color #4E4DF9: hue angle of 240.35º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E4DF9 is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 77 | 249 | - |
| CMYK | 0.69 | 0.69 | 0 | 0.02 |
| HSL | 240.35º | 0.93% | 0.64% | - |
| HSV(B) | 240.35º | 0.69% | 0.98% | - |
| XYZ | 22.89 | 13.77 | 91.07 | - |
| YUV | 96.91 | 213.83 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 77 | 249 | 0.69 | 0.69 | 0 | 0.02 | 240.35 | 0.93 | 0.64 |
| Hex | 4E | 4D | F9 | 45 | 45 | 0 | 2 | F0 | 5D | 40 |
| Octal | 116 | 115 | 371 | 105 | 105 | 0 | 2 | 360 | 135 | 100 |
| Binary | 1001110 | 1001101 | 11111001 | 1000101 | 1000101 | 0 | 10 | 11110000 | 1011101 | 1000000 |
Color Harmonies of #4E4DF9
Complementary color
Monochromatic Colors of #4E4DF9
Black with #4E4DF9
Text Example
Text Example
White with #4E4DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4DF9; }
p { color: rgb(78,77,249); }
H1.HeaderClassName
{
color: #4E4DF9;
}
.AnyTagClassName
{
color: #4E4DF9;
}
</style>
background-color css
<style>
a { background-color: #4E4DF9; }
a { background-color: rgb(78,77,249); }
div.DivClassName
{
background-color: #4E4DF9;
}
.BgClassName
{
background-color: #4E4DF9;
}
</style>
border-color css
<style>
span { border-color: #4E4DF9; }
span { border-color: rgb(78,77,249); }
td.TdClassName
{
border-color: #4E4DF9;
}
.TagClassName
{
border-color: #4E4DF9;
}
</style>