Shades of Neon Blue #553BEE
Tints of Neon Blue #553BEE
RGB
CMYK
RGB Variations
Color information
#553BEE (or 0x553BEE) is known color: Neon Blue. HEX triplet: 55, 3B and EE. RGB value is (85,59,238). Sum of RGB (Red+Green+Blue) = 85+59+238=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 59 (23.44% from 255 or 15.45% from 382); Blue value is 238 (93.36% from 255 or 62.30% from 382); Max value from RGB is 238 - color contains mainly: blue. Hex color #553BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #553BEE is #AAC411. Grayscale: #565656. Windows color (decimal): -11191314 or 15612757. OLE color: 15612757.
HSL color Cylindrical-coordinate representation of color #553BEE: hue angle of 248.72º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #553BEE is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 59 | 238 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.07 |
| HSL | 248.72º | 0.84% | 0.58% | - |
| HSV(B) | 248.72º | 0.75% | 0.93% | - |
| XYZ | 20.74 | 11.23 | 81.96 | - |
| YUV | 87.18 | 213.11 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 59 | 238 | 0.64 | 0.75 | 0 | 0.07 | 248.72 | 0.84 | 0.58 |
| Hex | 55 | 3B | EE | 40 | 4B | 0 | 7 | F9 | 54 | 3A |
| Octal | 125 | 73 | 356 | 100 | 113 | 0 | 7 | 371 | 124 | 72 |
| Binary | 1010101 | 111011 | 11101110 | 1000000 | 1001011 | 0 | 111 | 11111001 | 1010100 | 111010 |
Color Harmonies of #553BEE
Complementary color
Monochromatic Colors of #553BEE
Black with #553BEE
Text Example
Text Example
White with #553BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553BEE; }
p { color: rgb(85,59,238); }
H1.HeaderClassName
{
color: #553BEE;
}
.AnyTagClassName
{
color: #553BEE;
}
</style>
background-color css
<style>
a { background-color: #553BEE; }
a { background-color: rgb(85,59,238); }
div.DivClassName
{
background-color: #553BEE;
}
.BgClassName
{
background-color: #553BEE;
}
</style>
border-color css
<style>
span { border-color: #553BEE; }
span { border-color: rgb(85,59,238); }
td.TdClassName
{
border-color: #553BEE;
}
.TagClassName
{
border-color: #553BEE;
}
</style>