Shades of Neon Blue #553FFF
Tints of Neon Blue #553FFF
RGB
CMYK
RGB Variations
Color information
#553FFF (or 0x553FFF) is known color: Neon Blue. HEX triplet: 55, 3F and FF. RGB value is (85,63,255). Sum of RGB (Red+Green+Blue) = 85+63+255=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 63 (25% from 255 or 15.63% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #553FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #553FFF is #AAC000. Grayscale: #5A5A5A. Windows color (decimal): -11190273 or 16727893. OLE color: 16727893.
HSL color Cylindrical-coordinate representation of color #553FFF: hue angle of 246.88º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #553FFF is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 63 | 255 | - |
| CMYK | 0.67 | 0.75 | 0 | 0 |
| HSL | 246.88º | 1% | 0.62% | - |
| HSV(B) | 246.88º | 0.75% | 1% | - |
| XYZ | 23.57 | 12.71 | 95.82 | - |
| YUV | 91.47 | 220.29 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 63 | 255 | 0.67 | 0.75 | 0 | 0 | 246.88 | 1 | 0.62 |
| Hex | 55 | 3F | FF | 43 | 4B | 0 | 0 | F7 | 64 | 3E |
| Octal | 125 | 77 | 377 | 103 | 113 | 0 | 0 | 367 | 144 | 76 |
| Binary | 1010101 | 111111 | 11111111 | 1000011 | 1001011 | 0 | 0 | 11110111 | 1100100 | 111110 |
Color Harmonies of #553FFF
Complementary color
Monochromatic Colors of #553FFF
Black with #553FFF
Text Example
Text Example
White with #553FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553FFF; }
p { color: rgb(85,63,255); }
H1.HeaderClassName
{
color: #553FFF;
}
.AnyTagClassName
{
color: #553FFF;
}
</style>
background-color css
<style>
a { background-color: #553FFF; }
a { background-color: rgb(85,63,255); }
div.DivClassName
{
background-color: #553FFF;
}
.BgClassName
{
background-color: #553FFF;
}
</style>
border-color css
<style>
span { border-color: #553FFF; }
span { border-color: rgb(85,63,255); }
td.TdClassName
{
border-color: #553FFF;
}
.TagClassName
{
border-color: #553FFF;
}
</style>