Shades of Neon Blue #5C55EC
Tints of Neon Blue #5C55EC
RGB
CMYK
RGB Variations
Color information
#5C55EC (or 0x5C55EC) is known color: Neon Blue. HEX triplet: 5C, 55 and EC. RGB value is (92,85,236). Sum of RGB (Red+Green+Blue) = 92+85+236=413 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.28% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 236 (92.58% from 255 or 57.14% from 413); Max value from RGB is 236 - color contains mainly: blue. Hex color #5C55EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C55EC is #A3AA13. Grayscale: #676767. Windows color (decimal): -10725908 or 15488348. OLE color: 15488348.
HSL color Cylindrical-coordinate representation of color #5C55EC: hue angle of 242.78º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C55EC is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 85 | 236 | - |
| CMYK | 0.61 | 0.64 | 0 | 0.07 |
| HSL | 242.78º | 0.8% | 0.63% | - |
| HSV(B) | 242.78º | 0.64% | 0.93% | - |
| XYZ | 22.8 | 14.83 | 81.02 | - |
| YUV | 104.31 | 202.32 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 85 | 236 | 0.61 | 0.64 | 0 | 0.07 | 242.78 | 0.8 | 0.63 |
| Hex | 5C | 55 | EC | 3D | 40 | 0 | 7 | F3 | 50 | 3F |
| Octal | 134 | 125 | 354 | 75 | 100 | 0 | 7 | 363 | 120 | 77 |
| Binary | 1011100 | 1010101 | 11101100 | 111101 | 1000000 | 0 | 111 | 11110011 | 1010000 | 111111 |
Color Harmonies of #5C55EC
Complementary color
Monochromatic Colors of #5C55EC
Black with #5C55EC
Text Example
Text Example
White with #5C55EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C55EC; }
p { color: rgb(92,85,236); }
H1.HeaderClassName
{
color: #5C55EC;
}
.AnyTagClassName
{
color: #5C55EC;
}
</style>
background-color css
<style>
a { background-color: #5C55EC; }
a { background-color: rgb(92,85,236); }
div.DivClassName
{
background-color: #5C55EC;
}
.BgClassName
{
background-color: #5C55EC;
}
</style>
border-color css
<style>
span { border-color: #5C55EC; }
span { border-color: rgb(92,85,236); }
td.TdClassName
{
border-color: #5C55EC;
}
.TagClassName
{
border-color: #5C55EC;
}
</style>