Shades of Neon Blue #4E50FE
Tints of Neon Blue #4E50FE
RGB
CMYK
RGB Variations
Color information
#4E50FE (or 0x4E50FE) is known color: Neon Blue. HEX triplet: 4E, 50 and FE. RGB value is (78,80,254). Sum of RGB (Red+Green+Blue) = 78+80+254=412 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.93% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 254 (99.61% from 255 or 61.65% from 412); Max value from RGB is 254 - color contains mainly: blue. Hex color #4E50FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E50FE is #B1AF01. Grayscale: #626262. Windows color (decimal): -11644674 or 16666702. OLE color: 16666702.
HSL color Cylindrical-coordinate representation of color #4E50FE: hue angle of 239.32º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E50FE is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 80 | 254 | - |
| CMYK | 0.69 | 0.69 | 0 | 0.00 |
| HSL | 239.32º | 0.99% | 0.65% | - |
| HSV(B) | 239.32º | 0.69% | 1% | - |
| XYZ | 23.9 | 14.51 | 95.31 | - |
| YUV | 99.24 | 215.34 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 80 | 254 | 0.69 | 0.69 | 0 | 0.00 | 239.32 | 0.99 | 0.65 |
| Hex | 4E | 50 | FE | 45 | 45 | 0 | 0 | EF | 63 | 41 |
| Octal | 116 | 120 | 376 | 105 | 105 | 0 | 0 | 357 | 143 | 101 |
| Binary | 1001110 | 1010000 | 11111110 | 1000101 | 1000101 | 0 | 0 | 11101111 | 1100011 | 1000001 |
Color Harmonies of #4E50FE
Complementary color
Monochromatic Colors of #4E50FE
Black with #4E50FE
Text Example
Text Example
White with #4E50FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E50FE; }
p { color: rgb(78,80,254); }
H1.HeaderClassName
{
color: #4E50FE;
}
.AnyTagClassName
{
color: #4E50FE;
}
</style>
background-color css
<style>
a { background-color: #4E50FE; }
a { background-color: rgb(78,80,254); }
div.DivClassName
{
background-color: #4E50FE;
}
.BgClassName
{
background-color: #4E50FE;
}
</style>
border-color css
<style>
span { border-color: #4E50FE; }
span { border-color: rgb(78,80,254); }
td.TdClassName
{
border-color: #4E50FE;
}
.TagClassName
{
border-color: #4E50FE;
}
</style>