Shades of Neon Blue #553CDF
Tints of Neon Blue #553CDF
RGB
CMYK
RGB Variations
Color information
#553CDF (or 0x553CDF) is known color: Neon Blue. HEX triplet: 55, 3C and DF. RGB value is (85,60,223). Sum of RGB (Red+Green+Blue) = 85+60+223=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 60 (23.83% from 255 or 16.30% from 368); Blue value is 223 (87.5% from 255 or 60.60% from 368); Max value from RGB is 223 - color contains mainly: blue. Hex color #553CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553CDF is #AAC320. Grayscale: #555555. Windows color (decimal): -11191073 or 14629973. OLE color: 14629973.
HSL color Cylindrical-coordinate representation of color #553CDF: hue angle of 249.2º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #553CDF is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 60 | 223 | - |
| CMYK | 0.62 | 0.73 | 0 | 0.13 |
| HSL | 249.2º | 0.72% | 0.55% | - |
| HSV(B) | 249.2º | 0.73% | 0.87% | - |
| XYZ | 18.68 | 10.49 | 70.85 | - |
| YUV | 86.06 | 205.28 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 60 | 223 | 0.62 | 0.73 | 0 | 0.13 | 249.2 | 0.72 | 0.55 |
| Hex | 55 | 3C | DF | 3E | 49 | 0 | D | F9 | 48 | 37 |
| Octal | 125 | 74 | 337 | 76 | 111 | 0 | 15 | 371 | 110 | 67 |
| Binary | 1010101 | 111100 | 11011111 | 111110 | 1001001 | 0 | 1101 | 11111001 | 1001000 | 110111 |
Color Harmonies of #553CDF
Complementary color
Monochromatic Colors of #553CDF
Black with #553CDF
Text Example
Text Example
White with #553CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553CDF; }
p { color: rgb(85,60,223); }
H1.HeaderClassName
{
color: #553CDF;
}
.AnyTagClassName
{
color: #553CDF;
}
</style>
background-color css
<style>
a { background-color: #553CDF; }
a { background-color: rgb(85,60,223); }
div.DivClassName
{
background-color: #553CDF;
}
.BgClassName
{
background-color: #553CDF;
}
</style>
border-color css
<style>
span { border-color: #553CDF; }
span { border-color: rgb(85,60,223); }
td.TdClassName
{
border-color: #553CDF;
}
.TagClassName
{
border-color: #553CDF;
}
</style>