Shades of Neon Blue #553EEC
Tints of Neon Blue #553EEC
RGB
CMYK
RGB Variations
Color information
#553EEC (or 0x553EEC) is known color: Neon Blue. HEX triplet: 55, 3E and EC. RGB value is (85,62,236). Sum of RGB (Red+Green+Blue) = 85+62+236=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 62 (24.61% from 255 or 16.19% from 383); Blue value is 236 (92.58% from 255 or 61.62% from 383); Max value from RGB is 236 - color contains mainly: blue. Hex color #553EEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #553EEC is #AAC113. Grayscale: #585858. Windows color (decimal): -11190548 or 15482453. OLE color: 15482453.
HSL color Cylindrical-coordinate representation of color #553EEC: hue angle of 247.93º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #553EEC is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 62 | 236 | - |
| CMYK | 0.64 | 0.74 | 0 | 0.07 |
| HSL | 247.93º | 0.82% | 0.58% | - |
| HSV(B) | 247.93º | 0.74% | 0.93% | - |
| XYZ | 20.61 | 11.43 | 80.48 | - |
| YUV | 88.71 | 211.12 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 62 | 236 | 0.64 | 0.74 | 0 | 0.07 | 247.93 | 0.82 | 0.58 |
| Hex | 55 | 3E | EC | 40 | 4A | 0 | 7 | F8 | 52 | 3A |
| Octal | 125 | 76 | 354 | 100 | 112 | 0 | 7 | 370 | 122 | 72 |
| Binary | 1010101 | 111110 | 11101100 | 1000000 | 1001010 | 0 | 111 | 11111000 | 1010010 | 111010 |
Color Harmonies of #553EEC
Complementary color
Monochromatic Colors of #553EEC
Black with #553EEC
Text Example
Text Example
White with #553EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553EEC; }
p { color: rgb(85,62,236); }
H1.HeaderClassName
{
color: #553EEC;
}
.AnyTagClassName
{
color: #553EEC;
}
</style>
background-color css
<style>
a { background-color: #553EEC; }
a { background-color: rgb(85,62,236); }
div.DivClassName
{
background-color: #553EEC;
}
.BgClassName
{
background-color: #553EEC;
}
</style>
border-color css
<style>
span { border-color: #553EEC; }
span { border-color: rgb(85,62,236); }
td.TdClassName
{
border-color: #553EEC;
}
.TagClassName
{
border-color: #553EEC;
}
</style>