Shades of Neon Blue #553CF8
Tints of Neon Blue #553CF8
RGB
CMYK
RGB Variations
Color information
#553CF8 (or 0x553CF8) is known color: Neon Blue. HEX triplet: 55, 3C and F8. RGB value is (85,60,248). Sum of RGB (Red+Green+Blue) = 85+60+248=393 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.63% from 393); Green value is 60 (23.83% from 255 or 15.27% from 393); Blue value is 248 (97.27% from 255 or 63.10% from 393); Max value from RGB is 248 - color contains mainly: blue. Hex color #553CF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #553CF8 is #AAC307. Grayscale: #585858. Windows color (decimal): -11191048 or 16268373. OLE color: 16268373.
HSL color Cylindrical-coordinate representation of color #553CF8: hue angle of 247.98º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #553CF8 is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 85 | 60 | 248 | - |
| CMYK | 0.66 | 0.76 | 0 | 0.03 |
| HSL | 247.98º | 0.93% | 0.6% | - |
| HSV(B) | 247.98º | 0.76% | 0.97% | - |
| XYZ | 22.31 | 11.94 | 89.94 | - |
| YUV | 88.91 | 217.78 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 60 | 248 | 0.66 | 0.76 | 0 | 0.03 | 247.98 | 0.93 | 0.6 |
| Hex | 55 | 3C | F8 | 42 | 4C | 0 | 3 | F8 | 5D | 3C |
| Octal | 125 | 74 | 370 | 102 | 114 | 0 | 3 | 370 | 135 | 74 |
| Binary | 1010101 | 111100 | 11111000 | 1000010 | 1001100 | 0 | 11 | 11111000 | 1011101 | 111100 |
Color Harmonies of #553CF8
Complementary color
Monochromatic Colors of #553CF8
Black with #553CF8
Text Example
Text Example
White with #553CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553CF8; }
p { color: rgb(85,60,248); }
H1.HeaderClassName
{
color: #553CF8;
}
.AnyTagClassName
{
color: #553CF8;
}
</style>
background-color css
<style>
a { background-color: #553CF8; }
a { background-color: rgb(85,60,248); }
div.DivClassName
{
background-color: #553CF8;
}
.BgClassName
{
background-color: #553CF8;
}
</style>
border-color css
<style>
span { border-color: #553CF8; }
span { border-color: rgb(85,60,248); }
td.TdClassName
{
border-color: #553CF8;
}
.TagClassName
{
border-color: #553CF8;
}
</style>