Shades of Neon Blue #4E4DFC
Tints of Neon Blue #4E4DFC
RGB
CMYK
RGB Variations
Color information
#4E4DFC (or 0x4E4DFC) is known color: Neon Blue. HEX triplet: 4E, 4D and FC. RGB value is (78,77,252). Sum of RGB (Red+Green+Blue) = 78+77+252=407 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.16% from 407); Green value is 77 (30.47% from 255 or 18.92% from 407); Blue value is 252 (98.83% from 255 or 61.92% from 407); Max value from RGB is 252 - color contains mainly: blue. Hex color #4E4DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E4DFC is #B1B203. Grayscale: #606060. Windows color (decimal): -11645444 or 16534862. OLE color: 16534862.
HSL color Cylindrical-coordinate representation of color #4E4DFC: hue angle of 240.34º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E4DFC is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 77 | 252 | - |
| CMYK | 0.69 | 0.69 | 0 | 0.01 |
| HSL | 240.34º | 0.97% | 0.65% | - |
| HSV(B) | 240.34º | 0.69% | 0.99% | - |
| XYZ | 23.37 | 13.96 | 93.56 | - |
| YUV | 97.25 | 215.33 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 77 | 252 | 0.69 | 0.69 | 0 | 0.01 | 240.34 | 0.97 | 0.65 |
| Hex | 4E | 4D | FC | 45 | 45 | 0 | 1 | F0 | 61 | 41 |
| Octal | 116 | 115 | 374 | 105 | 105 | 0 | 1 | 360 | 141 | 101 |
| Binary | 1001110 | 1001101 | 11111100 | 1000101 | 1000101 | 0 | 1 | 11110000 | 1100001 | 1000001 |
Color Harmonies of #4E4DFC
Complementary color
Monochromatic Colors of #4E4DFC
Black with #4E4DFC
Text Example
Text Example
White with #4E4DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4DFC; }
p { color: rgb(78,77,252); }
H1.HeaderClassName
{
color: #4E4DFC;
}
.AnyTagClassName
{
color: #4E4DFC;
}
</style>
background-color css
<style>
a { background-color: #4E4DFC; }
a { background-color: rgb(78,77,252); }
div.DivClassName
{
background-color: #4E4DFC;
}
.BgClassName
{
background-color: #4E4DFC;
}
</style>
border-color css
<style>
span { border-color: #4E4DFC; }
span { border-color: rgb(78,77,252); }
td.TdClassName
{
border-color: #4E4DFC;
}
.TagClassName
{
border-color: #4E4DFC;
}
</style>