Shades of Neon Blue #5E58EC
Tints of Neon Blue #5E58EC
RGB
CMYK
RGB Variations
Color information
#5E58EC (or 0x5E58EC) is known color: Neon Blue. HEX triplet: 5E, 58 and EC. RGB value is (94,88,236). Sum of RGB (Red+Green+Blue) = 94+88+236=418 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.49% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 236 (92.58% from 255 or 56.46% from 418); Max value from RGB is 236 - color contains mainly: blue. Hex color #5E58EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E58EC is #A1A713. Grayscale: #6A6A6A. Windows color (decimal): -10594068 or 15489118. OLE color: 15489118.
HSL color Cylindrical-coordinate representation of color #5E58EC: hue angle of 242.43º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E58EC is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 88 | 236 | - |
| CMYK | 0.60 | 0.63 | 0 | 0.07 |
| HSL | 242.43º | 0.8% | 0.64% | - |
| HSV(B) | 242.43º | 0.63% | 0.93% | - |
| XYZ | 23.25 | 15.42 | 81.11 | - |
| YUV | 106.67 | 200.99 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 88 | 236 | 0.60 | 0.63 | 0 | 0.07 | 242.43 | 0.8 | 0.64 |
| Hex | 5E | 58 | EC | 3C | 3F | 0 | 7 | F2 | 50 | 40 |
| Octal | 136 | 130 | 354 | 74 | 77 | 0 | 7 | 362 | 120 | 100 |
| Binary | 1011110 | 1011000 | 11101100 | 111100 | 111111 | 0 | 111 | 11110010 | 1010000 | 1000000 |
Color Harmonies of #5E58EC
Complementary color
Monochromatic Colors of #5E58EC
Black with #5E58EC
Text Example
Text Example
White with #5E58EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E58EC; }
p { color: rgb(94,88,236); }
H1.HeaderClassName
{
color: #5E58EC;
}
.AnyTagClassName
{
color: #5E58EC;
}
</style>
background-color css
<style>
a { background-color: #5E58EC; }
a { background-color: rgb(94,88,236); }
div.DivClassName
{
background-color: #5E58EC;
}
.BgClassName
{
background-color: #5E58EC;
}
</style>
border-color css
<style>
span { border-color: #5E58EC; }
span { border-color: rgb(94,88,236); }
td.TdClassName
{
border-color: #5E58EC;
}
.TagClassName
{
border-color: #5E58EC;
}
</style>