Shades of Neon Blue #5C58EB
Tints of Neon Blue #5C58EB
RGB
CMYK
RGB Variations
Color information
#5C58EB (or 0x5C58EB) is known color: Neon Blue. HEX triplet: 5C, 58 and EB. RGB value is (92,88,235). Sum of RGB (Red+Green+Blue) = 92+88+235=415 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.17% from 415); Green value is 88 (34.77% from 255 or 21.20% from 415); Blue value is 235 (92.19% from 255 or 56.63% from 415); Max value from RGB is 235 - color contains mainly: blue. Hex color #5C58EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C58EB is #A3A714. Grayscale: #696969. Windows color (decimal): -10725141 or 15423580. OLE color: 15423580.
HSL color Cylindrical-coordinate representation of color #5C58EB: hue angle of 241.63º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5C58EB is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 92 | 88 | 235 | - |
| CMYK | 0.61 | 0.63 | 0 | 0.08 |
| HSL | 241.63º | 0.79% | 0.63% | - |
| HSV(B) | 241.63º | 0.63% | 0.92% | - |
| XYZ | 22.9 | 15.25 | 80.33 | - |
| YUV | 105.95 | 200.83 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 88 | 235 | 0.61 | 0.63 | 0 | 0.08 | 241.63 | 0.79 | 0.63 |
| Hex | 5C | 58 | EB | 3D | 3F | 0 | 8 | F2 | 4F | 3F |
| Octal | 134 | 130 | 353 | 75 | 77 | 0 | 10 | 362 | 117 | 77 |
| Binary | 1011100 | 1011000 | 11101011 | 111101 | 111111 | 0 | 1000 | 11110010 | 1001111 | 111111 |
Color Harmonies of #5C58EB
Complementary color
Monochromatic Colors of #5C58EB
Black with #5C58EB
Text Example
Text Example
White with #5C58EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C58EB; }
p { color: rgb(92,88,235); }
H1.HeaderClassName
{
color: #5C58EB;
}
.AnyTagClassName
{
color: #5C58EB;
}
</style>
background-color css
<style>
a { background-color: #5C58EB; }
a { background-color: rgb(92,88,235); }
div.DivClassName
{
background-color: #5C58EB;
}
.BgClassName
{
background-color: #5C58EB;
}
</style>
border-color css
<style>
span { border-color: #5C58EB; }
span { border-color: rgb(92,88,235); }
td.TdClassName
{
border-color: #5C58EB;
}
.TagClassName
{
border-color: #5C58EB;
}
</style>