Shades of Neon Blue #5C58EE
Tints of Neon Blue #5C58EE
RGB
CMYK
RGB Variations
Color information
#5C58EE (or 0x5C58EE) is known color: Neon Blue. HEX triplet: 5C, 58 and EE. RGB value is (92,88,238). Sum of RGB (Red+Green+Blue) = 92+88+238=418 (55% of max value = 765). Red value is 92 (36.33% from 255 or 22.01% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 238 (93.36% from 255 or 56.94% from 418); Max value from RGB is 238 - color contains mainly: blue. Hex color #5C58EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C58EE is #A3A711. Grayscale: #696969. Windows color (decimal): -10725138 or 15620188. OLE color: 15620188.
HSL color Cylindrical-coordinate representation of color #5C58EE: hue angle of 241.6º degrees, saturation: 0.82, 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 #5C58EE is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 88 | 238 | - |
| CMYK | 0.61 | 0.63 | 0 | 0.07 |
| HSL | 241.6º | 0.82% | 0.64% | - |
| HSV(B) | 241.6º | 0.63% | 0.93% | - |
| XYZ | 23.34 | 15.43 | 82.64 | - |
| YUV | 106.3 | 202.33 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 88 | 238 | 0.61 | 0.63 | 0 | 0.07 | 241.6 | 0.82 | 0.64 |
| Hex | 5C | 58 | EE | 3D | 3F | 0 | 7 | F2 | 52 | 40 |
| Octal | 134 | 130 | 356 | 75 | 77 | 0 | 7 | 362 | 122 | 100 |
| Binary | 1011100 | 1011000 | 11101110 | 111101 | 111111 | 0 | 111 | 11110010 | 1010010 | 1000000 |
Color Harmonies of #5C58EE
Complementary color
Monochromatic Colors of #5C58EE
Black with #5C58EE
Text Example
Text Example
White with #5C58EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C58EE; }
p { color: rgb(92,88,238); }
H1.HeaderClassName
{
color: #5C58EE;
}
.AnyTagClassName
{
color: #5C58EE;
}
</style>
background-color css
<style>
a { background-color: #5C58EE; }
a { background-color: rgb(92,88,238); }
div.DivClassName
{
background-color: #5C58EE;
}
.BgClassName
{
background-color: #5C58EE;
}
</style>
border-color css
<style>
span { border-color: #5C58EE; }
span { border-color: rgb(92,88,238); }
td.TdClassName
{
border-color: #5C58EE;
}
.TagClassName
{
border-color: #5C58EE;
}
</style>