Shades of Neon Blue #5D58EC
Tints of Neon Blue #5D58EC
RGB
CMYK
RGB Variations
Color information
#5D58EC (or 0x5D58EC) is known color: Neon Blue. HEX triplet: 5D, 58 and EC. RGB value is (93,88,236). Sum of RGB (Red+Green+Blue) = 93+88+236=417 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.30% from 417); Green value is 88 (34.77% from 255 or 21.10% from 417); Blue value is 236 (92.58% from 255 or 56.59% from 417); Max value from RGB is 236 - color contains mainly: blue. Hex color #5D58EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D58EC is #A2A713. Grayscale: #696969. Windows color (decimal): -10659604 or 15489117. OLE color: 15489117.
HSL color Cylindrical-coordinate representation of color #5D58EC: hue angle of 242.03º 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 #5D58EC is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 88 | 236 | - |
| CMYK | 0.61 | 0.63 | 0 | 0.07 |
| HSL | 242.03º | 0.8% | 0.64% | - |
| HSV(B) | 242.03º | 0.63% | 0.93% | - |
| XYZ | 23.14 | 15.36 | 81.1 | - |
| YUV | 106.37 | 201.16 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 88 | 236 | 0.61 | 0.63 | 0 | 0.07 | 242.03 | 0.8 | 0.64 |
| Hex | 5D | 58 | EC | 3D | 3F | 0 | 7 | F2 | 50 | 40 |
| Octal | 135 | 130 | 354 | 75 | 77 | 0 | 7 | 362 | 120 | 100 |
| Binary | 1011101 | 1011000 | 11101100 | 111101 | 111111 | 0 | 111 | 11110010 | 1010000 | 1000000 |
Color Harmonies of #5D58EC
Complementary color
Monochromatic Colors of #5D58EC
Black with #5D58EC
Text Example
Text Example
White with #5D58EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D58EC; }
p { color: rgb(93,88,236); }
H1.HeaderClassName
{
color: #5D58EC;
}
.AnyTagClassName
{
color: #5D58EC;
}
</style>
background-color css
<style>
a { background-color: #5D58EC; }
a { background-color: rgb(93,88,236); }
div.DivClassName
{
background-color: #5D58EC;
}
.BgClassName
{
background-color: #5D58EC;
}
</style>
border-color css
<style>
span { border-color: #5D58EC; }
span { border-color: rgb(93,88,236); }
td.TdClassName
{
border-color: #5D58EC;
}
.TagClassName
{
border-color: #5D58EC;
}
</style>