Shades of Neon Blue #4E4DFB
Tints of Neon Blue #4E4DFB
RGB
CMYK
RGB Variations
Color information
#4E4DFB (or 0x4E4DFB) is known color: Neon Blue. HEX triplet: 4E, 4D and FB. RGB value is (78,77,251). Sum of RGB (Red+Green+Blue) = 78+77+251=406 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.21% from 406); Green value is 77 (30.47% from 255 or 18.97% from 406); Blue value is 251 (98.44% from 255 or 61.82% from 406); Max value from RGB is 251 - color contains mainly: blue. Hex color #4E4DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E4DFB is #B1B204. Grayscale: #606060. Windows color (decimal): -11645445 or 16469326. OLE color: 16469326.
HSL color Cylindrical-coordinate representation of color #4E4DFB: hue angle of 240.34º degrees, saturation: 0.96, 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 #4E4DFB is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 77 | 251 | - |
| CMYK | 0.69 | 0.69 | 0 | 0.02 |
| HSL | 240.34º | 0.96% | 0.64% | - |
| HSV(B) | 240.34º | 0.69% | 0.98% | - |
| XYZ | 23.21 | 13.89 | 92.73 | - |
| YUV | 97.14 | 214.83 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 77 | 251 | 0.69 | 0.69 | 0 | 0.02 | 240.34 | 0.96 | 0.64 |
| Hex | 4E | 4D | FB | 45 | 45 | 0 | 2 | F0 | 60 | 40 |
| Octal | 116 | 115 | 373 | 105 | 105 | 0 | 2 | 360 | 140 | 100 |
| Binary | 1001110 | 1001101 | 11111011 | 1000101 | 1000101 | 0 | 10 | 11110000 | 1100000 | 1000000 |
Color Harmonies of #4E4DFB
Complementary color
Monochromatic Colors of #4E4DFB
Black with #4E4DFB
Text Example
Text Example
White with #4E4DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4DFB; }
p { color: rgb(78,77,251); }
H1.HeaderClassName
{
color: #4E4DFB;
}
.AnyTagClassName
{
color: #4E4DFB;
}
</style>
background-color css
<style>
a { background-color: #4E4DFB; }
a { background-color: rgb(78,77,251); }
div.DivClassName
{
background-color: #4E4DFB;
}
.BgClassName
{
background-color: #4E4DFB;
}
</style>
border-color css
<style>
span { border-color: #4E4DFB; }
span { border-color: rgb(78,77,251); }
td.TdClassName
{
border-color: #4E4DFB;
}
.TagClassName
{
border-color: #4E4DFB;
}
</style>