Shades of Neon Blue #553CE0
Tints of Neon Blue #553CE0
RGB
CMYK
RGB Variations
Color information
#553CE0 (or 0x553CE0) is known color: Neon Blue. HEX triplet: 55, 3C and E0. RGB value is (85,60,224). Sum of RGB (Red+Green+Blue) = 85+60+224=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 60 (23.83% from 255 or 16.26% from 369); Blue value is 224 (87.89% from 255 or 60.70% from 369); Max value from RGB is 224 - color contains mainly: blue. Hex color #553CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553CE0 is #AAC31F. Grayscale: #555555. Windows color (decimal): -11191072 or 14695509. OLE color: 14695509.
HSL color Cylindrical-coordinate representation of color #553CE0: hue angle of 249.15º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #553CE0 is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 60 | 224 | - |
| CMYK | 0.62 | 0.73 | 0 | 0.12 |
| HSL | 249.15º | 0.73% | 0.56% | - |
| HSV(B) | 249.15º | 0.73% | 0.88% | - |
| XYZ | 18.82 | 10.54 | 71.56 | - |
| YUV | 86.17 | 205.78 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 60 | 224 | 0.62 | 0.73 | 0 | 0.12 | 249.15 | 0.73 | 0.56 |
| Hex | 55 | 3C | E0 | 3E | 49 | 0 | C | F9 | 49 | 38 |
| Octal | 125 | 74 | 340 | 76 | 111 | 0 | 14 | 371 | 111 | 70 |
| Binary | 1010101 | 111100 | 11100000 | 111110 | 1001001 | 0 | 1100 | 11111001 | 1001001 | 111000 |
Color Harmonies of #553CE0
Complementary color
Monochromatic Colors of #553CE0
Black with #553CE0
Text Example
Text Example
White with #553CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553CE0; }
p { color: rgb(85,60,224); }
H1.HeaderClassName
{
color: #553CE0;
}
.AnyTagClassName
{
color: #553CE0;
}
</style>
background-color css
<style>
a { background-color: #553CE0; }
a { background-color: rgb(85,60,224); }
div.DivClassName
{
background-color: #553CE0;
}
.BgClassName
{
background-color: #553CE0;
}
</style>
border-color css
<style>
span { border-color: #553CE0; }
span { border-color: rgb(85,60,224); }
td.TdClassName
{
border-color: #553CE0;
}
.TagClassName
{
border-color: #553CE0;
}
</style>