Shades of Neon Blue #553FE7
Tints of Neon Blue #553FE7
RGB
CMYK
RGB Variations
Color information
#553FE7 (or 0x553FE7) is known color: Neon Blue. HEX triplet: 55, 3F and E7. RGB value is (85,63,231). Sum of RGB (Red+Green+Blue) = 85+63+231=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 231 (90.62% from 255 or 60.95% from 379); Max value from RGB is 231 - color contains mainly: blue. Hex color #553FE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #553FE7 is #AAC018. Grayscale: #585858. Windows color (decimal): -11190297 or 15155029. OLE color: 15155029.
HSL color Cylindrical-coordinate representation of color #553FE7: hue angle of 247.86º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #553FE7 is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 63 | 231 | - |
| CMYK | 0.63 | 0.73 | 0 | 0.09 |
| HSL | 247.86º | 0.78% | 0.58% | - |
| HSV(B) | 247.86º | 0.73% | 0.91% | - |
| XYZ | 19.95 | 11.26 | 76.72 | - |
| YUV | 88.73 | 208.29 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 63 | 231 | 0.63 | 0.73 | 0 | 0.09 | 247.86 | 0.78 | 0.58 |
| Hex | 55 | 3F | E7 | 3F | 49 | 0 | 9 | F8 | 4E | 3A |
| Octal | 125 | 77 | 347 | 77 | 111 | 0 | 11 | 370 | 116 | 72 |
| Binary | 1010101 | 111111 | 11100111 | 111111 | 1001001 | 0 | 1001 | 11111000 | 1001110 | 111010 |
Color Harmonies of #553FE7
Complementary color
Monochromatic Colors of #553FE7
Black with #553FE7
Text Example
Text Example
White with #553FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553FE7; }
p { color: rgb(85,63,231); }
H1.HeaderClassName
{
color: #553FE7;
}
.AnyTagClassName
{
color: #553FE7;
}
</style>
background-color css
<style>
a { background-color: #553FE7; }
a { background-color: rgb(85,63,231); }
div.DivClassName
{
background-color: #553FE7;
}
.BgClassName
{
background-color: #553FE7;
}
</style>
border-color css
<style>
span { border-color: #553FE7; }
span { border-color: rgb(85,63,231); }
td.TdClassName
{
border-color: #553FE7;
}
.TagClassName
{
border-color: #553FE7;
}
</style>