Shades of Neon Blue #553BFF
Tints of Neon Blue #553BFF
RGB
CMYK
RGB Variations
Color information
#553BFF (or 0x553BFF) is known color: Neon Blue. HEX triplet: 55, 3B and FF. RGB value is (85,59,255). Sum of RGB (Red+Green+Blue) = 85+59+255=399 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.30% from 399); Green value is 59 (23.44% from 255 or 14.79% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #553BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #553BFF is #AAC400. Grayscale: #585858. Windows color (decimal): -11191297 or 16726869. OLE color: 16726869.
HSL color Cylindrical-coordinate representation of color #553BFF: hue angle of 247.96º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #553BFF is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 59 | 255 | - |
| CMYK | 0.67 | 0.77 | 0 | 0 |
| HSL | 247.96º | 1% | 0.62% | - |
| HSV(B) | 247.96º | 0.77% | 1% | - |
| XYZ | 23.36 | 12.28 | 95.75 | - |
| YUV | 89.12 | 221.61 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 59 | 255 | 0.67 | 0.77 | 0 | 0 | 247.96 | 1 | 0.62 |
| Hex | 55 | 3B | FF | 43 | 4D | 0 | 0 | F8 | 64 | 3E |
| Octal | 125 | 73 | 377 | 103 | 115 | 0 | 0 | 370 | 144 | 76 |
| Binary | 1010101 | 111011 | 11111111 | 1000011 | 1001101 | 0 | 0 | 11111000 | 1100100 | 111110 |
Color Harmonies of #553BFF
Complementary color
Monochromatic Colors of #553BFF
Black with #553BFF
Text Example
Text Example
White with #553BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553BFF; }
p { color: rgb(85,59,255); }
H1.HeaderClassName
{
color: #553BFF;
}
.AnyTagClassName
{
color: #553BFF;
}
</style>
background-color css
<style>
a { background-color: #553BFF; }
a { background-color: rgb(85,59,255); }
div.DivClassName
{
background-color: #553BFF;
}
.BgClassName
{
background-color: #553BFF;
}
</style>
border-color css
<style>
span { border-color: #553BFF; }
span { border-color: rgb(85,59,255); }
td.TdClassName
{
border-color: #553BFF;
}
.TagClassName
{
border-color: #553BFF;
}
</style>