Shades of Neon Blue #4E58FE
Tints of Neon Blue #4E58FE
RGB
CMYK
RGB Variations
Color information
#4E58FE (or 0x4E58FE) is known color: Neon Blue. HEX triplet: 4E, 58 and FE. RGB value is (78,88,254). Sum of RGB (Red+Green+Blue) = 78+88+254=420 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.57% from 420); Green value is 88 (34.77% from 255 or 20.95% from 420); Blue value is 254 (99.61% from 255 or 60.48% from 420); Max value from RGB is 254 - color contains mainly: blue. Hex color #4E58FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E58FE is #B1A701. Grayscale: #676767. Windows color (decimal): -11642626 or 16668750. OLE color: 16668750.
HSL color Cylindrical-coordinate representation of color #4E58FE: hue angle of 236.59º 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 #4E58FE is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 88 | 254 | - |
| CMYK | 0.69 | 0.65 | 0 | 0.00 |
| HSL | 236.59º | 0.99% | 0.65% | - |
| HSV(B) | 236.59º | 0.69% | 1% | - |
| XYZ | 24.52 | 15.75 | 95.51 | - |
| YUV | 103.93 | 212.69 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 88 | 254 | 0.69 | 0.65 | 0 | 0.00 | 236.59 | 0.99 | 0.65 |
| Hex | 4E | 58 | FE | 45 | 41 | 0 | 0 | ED | 63 | 41 |
| Octal | 116 | 130 | 376 | 105 | 101 | 0 | 0 | 355 | 143 | 101 |
| Binary | 1001110 | 1011000 | 11111110 | 1000101 | 1000001 | 0 | 0 | 11101101 | 1100011 | 1000001 |
Color Harmonies of #4E58FE
Complementary color
Monochromatic Colors of #4E58FE
Black with #4E58FE
Text Example
Text Example
White with #4E58FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E58FE; }
p { color: rgb(78,88,254); }
H1.HeaderClassName
{
color: #4E58FE;
}
.AnyTagClassName
{
color: #4E58FE;
}
</style>
background-color css
<style>
a { background-color: #4E58FE; }
a { background-color: rgb(78,88,254); }
div.DivClassName
{
background-color: #4E58FE;
}
.BgClassName
{
background-color: #4E58FE;
}
</style>
border-color css
<style>
span { border-color: #4E58FE; }
span { border-color: rgb(78,88,254); }
td.TdClassName
{
border-color: #4E58FE;
}
.TagClassName
{
border-color: #4E58FE;
}
</style>