Shades of Neon Blue #5C55E7
Tints of Neon Blue #5C55E7
RGB
CMYK
RGB Variations
Color information
#5C55E7 (or 0x5C55E7) is known color: Neon Blue. HEX triplet: 5C, 55 and E7. RGB value is (92,85,231). Sum of RGB (Red+Green+Blue) = 92+85+231=408 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.55% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 231 (90.62% from 255 or 56.62% from 408); Max value from RGB is 231 - color contains mainly: blue. Hex color #5C55E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C55E7 is #A3AA18. Grayscale: #676767. Windows color (decimal): -10725913 or 15160668. OLE color: 15160668.
HSL color Cylindrical-coordinate representation of color #5C55E7: hue angle of 242.88º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5C55E7 is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 92 | 85 | 231 | - |
| CMYK | 0.60 | 0.63 | 0 | 0.09 |
| HSL | 242.88º | 0.75% | 0.62% | - |
| HSV(B) | 242.88º | 0.63% | 0.91% | - |
| XYZ | 22.09 | 14.54 | 77.24 | - |
| YUV | 103.74 | 199.82 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 85 | 231 | 0.60 | 0.63 | 0 | 0.09 | 242.88 | 0.75 | 0.62 |
| Hex | 5C | 55 | E7 | 3C | 3F | 0 | 9 | F3 | 4B | 3E |
| Octal | 134 | 125 | 347 | 74 | 77 | 0 | 11 | 363 | 113 | 76 |
| Binary | 1011100 | 1010101 | 11100111 | 111100 | 111111 | 0 | 1001 | 11110011 | 1001011 | 111110 |
Color Harmonies of #5C55E7
Complementary color
Monochromatic Colors of #5C55E7
Black with #5C55E7
Text Example
Text Example
White with #5C55E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C55E7; }
p { color: rgb(92,85,231); }
H1.HeaderClassName
{
color: #5C55E7;
}
.AnyTagClassName
{
color: #5C55E7;
}
</style>
background-color css
<style>
a { background-color: #5C55E7; }
a { background-color: rgb(92,85,231); }
div.DivClassName
{
background-color: #5C55E7;
}
.BgClassName
{
background-color: #5C55E7;
}
</style>
border-color css
<style>
span { border-color: #5C55E7; }
span { border-color: rgb(92,85,231); }
td.TdClassName
{
border-color: #5C55E7;
}
.TagClassName
{
border-color: #5C55E7;
}
</style>