Shades of Neon Blue #555CE9
Tints of Neon Blue #555CE9
RGB
CMYK
RGB Variations
Color information
#555CE9 (or 0x555CE9) is known color: Neon Blue. HEX triplet: 55, 5C and E9. RGB value is (85,92,233). Sum of RGB (Red+Green+Blue) = 85+92+233=410 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.73% from 410); Green value is 92 (36.33% from 255 or 22.44% from 410); Blue value is 233 (91.41% from 255 or 56.83% from 410); Max value from RGB is 233 - color contains mainly: blue. Hex color #555CE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555CE9 is #AAA316. Grayscale: #696969. Windows color (decimal): -11182871 or 15293525. OLE color: 15293525.
HSL color Cylindrical-coordinate representation of color #555CE9: hue angle of 237.16º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #555CE9 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 92 | 233 | - |
| CMYK | 0.64 | 0.61 | 0 | 0.09 |
| HSL | 237.16º | 0.77% | 0.62% | - |
| HSV(B) | 237.16º | 0.64% | 0.91% | - |
| XYZ | 22.28 | 15.47 | 78.9 | - |
| YUV | 105.98 | 199.68 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 92 | 233 | 0.64 | 0.61 | 0 | 0.09 | 237.16 | 0.77 | 0.62 |
| Hex | 55 | 5C | E9 | 40 | 3D | 0 | 9 | ED | 4D | 3E |
| Octal | 125 | 134 | 351 | 100 | 75 | 0 | 11 | 355 | 115 | 76 |
| Binary | 1010101 | 1011100 | 11101001 | 1000000 | 111101 | 0 | 1001 | 11101101 | 1001101 | 111110 |
Color Harmonies of #555CE9
Complementary color
Monochromatic Colors of #555CE9
Black with #555CE9
Text Example
Text Example
White with #555CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555CE9; }
p { color: rgb(85,92,233); }
H1.HeaderClassName
{
color: #555CE9;
}
.AnyTagClassName
{
color: #555CE9;
}
</style>
background-color css
<style>
a { background-color: #555CE9; }
a { background-color: rgb(85,92,233); }
div.DivClassName
{
background-color: #555CE9;
}
.BgClassName
{
background-color: #555CE9;
}
</style>
border-color css
<style>
span { border-color: #555CE9; }
span { border-color: rgb(85,92,233); }
td.TdClassName
{
border-color: #555CE9;
}
.TagClassName
{
border-color: #555CE9;
}
</style>