Shades of Neon Blue #553CE9
Tints of Neon Blue #553CE9
RGB
CMYK
RGB Variations
Color information
#553CE9 (or 0x553CE9) is known color: Neon Blue. HEX triplet: 55, 3C and E9. RGB value is (85,60,233). Sum of RGB (Red+Green+Blue) = 85+60+233=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 60 (23.83% from 255 or 15.87% from 378); Blue value is 233 (91.41% from 255 or 61.64% from 378); Max value from RGB is 233 - color contains mainly: blue. Hex color #553CE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #553CE9 is #AAC316. Grayscale: #565656. Windows color (decimal): -11191063 or 15285333. OLE color: 15285333.
HSL color Cylindrical-coordinate representation of color #553CE9: hue angle of 248.67º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #553CE9 is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 60 | 233 | - |
| CMYK | 0.64 | 0.74 | 0 | 0.09 |
| HSL | 248.67º | 0.8% | 0.57% | - |
| HSV(B) | 248.67º | 0.74% | 0.91% | - |
| XYZ | 20.07 | 11.05 | 78.17 | - |
| YUV | 87.2 | 210.28 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 60 | 233 | 0.64 | 0.74 | 0 | 0.09 | 248.67 | 0.8 | 0.57 |
| Hex | 55 | 3C | E9 | 40 | 4A | 0 | 9 | F9 | 50 | 39 |
| Octal | 125 | 74 | 351 | 100 | 112 | 0 | 11 | 371 | 120 | 71 |
| Binary | 1010101 | 111100 | 11101001 | 1000000 | 1001010 | 0 | 1001 | 11111001 | 1010000 | 111001 |
Color Harmonies of #553CE9
Complementary color
Monochromatic Colors of #553CE9
Black with #553CE9
Text Example
Text Example
White with #553CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553CE9; }
p { color: rgb(85,60,233); }
H1.HeaderClassName
{
color: #553CE9;
}
.AnyTagClassName
{
color: #553CE9;
}
</style>
background-color css
<style>
a { background-color: #553CE9; }
a { background-color: rgb(85,60,233); }
div.DivClassName
{
background-color: #553CE9;
}
.BgClassName
{
background-color: #553CE9;
}
</style>
border-color css
<style>
span { border-color: #553CE9; }
span { border-color: rgb(85,60,233); }
td.TdClassName
{
border-color: #553CE9;
}
.TagClassName
{
border-color: #553CE9;
}
</style>