Shades of Neon Blue #5E58ED
Tints of Neon Blue #5E58ED
RGB
CMYK
RGB Variations
Color information
#5E58ED (or 0x5E58ED) is known color: Neon Blue. HEX triplet: 5E, 58 and ED. RGB value is (94,88,237). Sum of RGB (Red+Green+Blue) = 94+88+237=419 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.43% from 419); Green value is 88 (34.77% from 255 or 21.00% from 419); Blue value is 237 (92.97% from 255 or 56.56% from 419); Max value from RGB is 237 - color contains mainly: blue. Hex color #5E58ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E58ED is #A1A712. Grayscale: #6A6A6A. Windows color (decimal): -10594067 or 15554654. OLE color: 15554654.
HSL color Cylindrical-coordinate representation of color #5E58ED: hue angle of 242.42º degrees, saturation: 0.81, 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 #5E58ED is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 88 | 237 | - |
| CMYK | 0.60 | 0.63 | 0 | 0.07 |
| HSL | 242.42º | 0.81% | 0.64% | - |
| HSV(B) | 242.42º | 0.63% | 0.93% | - |
| XYZ | 23.39 | 15.47 | 81.87 | - |
| YUV | 106.78 | 201.49 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 88 | 237 | 0.60 | 0.63 | 0 | 0.07 | 242.42 | 0.81 | 0.64 |
| Hex | 5E | 58 | ED | 3C | 3F | 0 | 7 | F2 | 51 | 40 |
| Octal | 136 | 130 | 355 | 74 | 77 | 0 | 7 | 362 | 121 | 100 |
| Binary | 1011110 | 1011000 | 11101101 | 111100 | 111111 | 0 | 111 | 11110010 | 1010001 | 1000000 |
Color Harmonies of #5E58ED
Complementary color
Monochromatic Colors of #5E58ED
Black with #5E58ED
Text Example
Text Example
White with #5E58ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E58ED; }
p { color: rgb(94,88,237); }
H1.HeaderClassName
{
color: #5E58ED;
}
.AnyTagClassName
{
color: #5E58ED;
}
</style>
background-color css
<style>
a { background-color: #5E58ED; }
a { background-color: rgb(94,88,237); }
div.DivClassName
{
background-color: #5E58ED;
}
.BgClassName
{
background-color: #5E58ED;
}
</style>
border-color css
<style>
span { border-color: #5E58ED; }
span { border-color: rgb(94,88,237); }
td.TdClassName
{
border-color: #5E58ED;
}
.TagClassName
{
border-color: #5E58ED;
}
</style>