Shades of Neon Blue #4E4FFF
Tints of Neon Blue #4E4FFF
RGB
CMYK
RGB Variations
Color information
#4E4FFF (or 0x4E4FFF) is known color: Neon Blue. HEX triplet: 4E, 4F and FF. RGB value is (78,79,255). Sum of RGB (Red+Green+Blue) = 78+79+255=412 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.93% from 412); Green value is 79 (31.25% from 255 or 19.17% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #4E4FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E4FFF is #B1B000. Grayscale: #626262. Windows color (decimal): -11644929 or 16731982. OLE color: 16731982.
HSL color Cylindrical-coordinate representation of color #4E4FFF: hue angle of 239.66º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E4FFF is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 79 | 255 | - |
| CMYK | 0.69 | 0.69 | 0 | 0 |
| HSL | 239.66º | 1% | 0.65% | - |
| HSV(B) | 239.66º | 0.69% | 1% | - |
| XYZ | 23.99 | 14.43 | 96.13 | - |
| YUV | 98.77 | 216.17 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 79 | 255 | 0.69 | 0.69 | 0 | 0 | 239.66 | 1 | 0.65 |
| Hex | 4E | 4F | FF | 45 | 45 | 0 | 0 | F0 | 64 | 41 |
| Octal | 116 | 117 | 377 | 105 | 105 | 0 | 0 | 360 | 144 | 101 |
| Binary | 1001110 | 1001111 | 11111111 | 1000101 | 1000101 | 0 | 0 | 11110000 | 1100100 | 1000001 |
Color Harmonies of #4E4FFF
Complementary color
Monochromatic Colors of #4E4FFF
Black with #4E4FFF
Text Example
Text Example
White with #4E4FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4FFF; }
p { color: rgb(78,79,255); }
H1.HeaderClassName
{
color: #4E4FFF;
}
.AnyTagClassName
{
color: #4E4FFF;
}
</style>
background-color css
<style>
a { background-color: #4E4FFF; }
a { background-color: rgb(78,79,255); }
div.DivClassName
{
background-color: #4E4FFF;
}
.BgClassName
{
background-color: #4E4FFF;
}
</style>
border-color css
<style>
span { border-color: #4E4FFF; }
span { border-color: rgb(78,79,255); }
td.TdClassName
{
border-color: #4E4FFF;
}
.TagClassName
{
border-color: #4E4FFF;
}
</style>