Shades of Neon Blue #5C58EA
Tints of Neon Blue #5C58EA
RGB
CMYK
RGB Variations
Color information
#5C58EA (or 0x5C58EA) is known color: Neon Blue. HEX triplet: 5C, 58 and EA. RGB value is (92,88,234). Sum of RGB (Red+Green+Blue) = 92+88+234=414 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.22% from 414); Green value is 88 (34.77% from 255 or 21.26% from 414); Blue value is 234 (91.80% from 255 or 56.52% from 414); Max value from RGB is 234 - color contains mainly: blue. Hex color #5C58EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C58EA is #A3A715. Grayscale: #696969. Windows color (decimal): -10725142 or 15358044. OLE color: 15358044.
HSL color Cylindrical-coordinate representation of color #5C58EA: hue angle of 241.64º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5C58EA is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 92 | 88 | 234 | - |
| CMYK | 0.61 | 0.62 | 0 | 0.08 |
| HSL | 241.64º | 0.78% | 0.63% | - |
| HSV(B) | 241.64º | 0.62% | 0.92% | - |
| XYZ | 22.75 | 15.2 | 79.58 | - |
| YUV | 105.84 | 200.33 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 88 | 234 | 0.61 | 0.62 | 0 | 0.08 | 241.64 | 0.78 | 0.63 |
| Hex | 5C | 58 | EA | 3D | 3E | 0 | 8 | F2 | 4E | 3F |
| Octal | 134 | 130 | 352 | 75 | 76 | 0 | 10 | 362 | 116 | 77 |
| Binary | 1011100 | 1011000 | 11101010 | 111101 | 111110 | 0 | 1000 | 11110010 | 1001110 | 111111 |
Color Harmonies of #5C58EA
Complementary color
Monochromatic Colors of #5C58EA
Black with #5C58EA
Text Example
Text Example
White with #5C58EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C58EA; }
p { color: rgb(92,88,234); }
H1.HeaderClassName
{
color: #5C58EA;
}
.AnyTagClassName
{
color: #5C58EA;
}
</style>
background-color css
<style>
a { background-color: #5C58EA; }
a { background-color: rgb(92,88,234); }
div.DivClassName
{
background-color: #5C58EA;
}
.BgClassName
{
background-color: #5C58EA;
}
</style>
border-color css
<style>
span { border-color: #5C58EA; }
span { border-color: rgb(92,88,234); }
td.TdClassName
{
border-color: #5C58EA;
}
.TagClassName
{
border-color: #5C58EA;
}
</style>