Shades of Neon Blue #4E58EE
Tints of Neon Blue #4E58EE
RGB
CMYK
RGB Variations
Color information
#4E58EE (or 0x4E58EE) is known color: Neon Blue. HEX triplet: 4E, 58 and EE. RGB value is (78,88,238). Sum of RGB (Red+Green+Blue) = 78+88+238=404 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.31% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 238 (93.36% from 255 or 58.91% from 404); Max value from RGB is 238 - color contains mainly: blue. Hex color #4E58EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E58EE is #B1A711. Grayscale: #656565. Windows color (decimal): -11642642 or 15620174. OLE color: 15620174.
HSL color Cylindrical-coordinate representation of color #4E58EE: hue angle of 236.25º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E58EE is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 88 | 238 | - |
| CMYK | 0.67 | 0.63 | 0 | 0.07 |
| HSL | 236.25º | 0.82% | 0.62% | - |
| HSV(B) | 236.25º | 0.67% | 0.93% | - |
| XYZ | 22.06 | 14.77 | 82.58 | - |
| YUV | 102.11 | 204.69 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 88 | 238 | 0.67 | 0.63 | 0 | 0.07 | 236.25 | 0.82 | 0.62 |
| Hex | 4E | 58 | EE | 43 | 3F | 0 | 7 | EC | 52 | 3E |
| Octal | 116 | 130 | 356 | 103 | 77 | 0 | 7 | 354 | 122 | 76 |
| Binary | 1001110 | 1011000 | 11101110 | 1000011 | 111111 | 0 | 111 | 11101100 | 1010010 | 111110 |
Color Harmonies of #4E58EE
Complementary color
Monochromatic Colors of #4E58EE
Black with #4E58EE
Text Example
Text Example
White with #4E58EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E58EE; }
p { color: rgb(78,88,238); }
H1.HeaderClassName
{
color: #4E58EE;
}
.AnyTagClassName
{
color: #4E58EE;
}
</style>
background-color css
<style>
a { background-color: #4E58EE; }
a { background-color: rgb(78,88,238); }
div.DivClassName
{
background-color: #4E58EE;
}
.BgClassName
{
background-color: #4E58EE;
}
</style>
border-color css
<style>
span { border-color: #4E58EE; }
span { border-color: rgb(78,88,238); }
td.TdClassName
{
border-color: #4E58EE;
}
.TagClassName
{
border-color: #4E58EE;
}
</style>