Shades of Neon Blue #553FFB
Tints of Neon Blue #553FFB
RGB
CMYK
RGB Variations
Color information
#553FFB (or 0x553FFB) is known color: Neon Blue. HEX triplet: 55, 3F and FB. RGB value is (85,63,251). Sum of RGB (Red+Green+Blue) = 85+63+251=399 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.30% from 399); Green value is 63 (25% from 255 or 15.79% from 399); Blue value is 251 (98.44% from 255 or 62.91% from 399); Max value from RGB is 251 - color contains mainly: blue. Hex color #553FFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #553FFB is #AAC004. Grayscale: #5A5A5A. Windows color (decimal): -11190277 or 16465749. OLE color: 16465749.
HSL color Cylindrical-coordinate representation of color #553FFB: hue angle of 247.02º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #553FFB is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 63 | 251 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.02 |
| HSL | 247.02º | 0.96% | 0.62% | - |
| HSV(B) | 247.02º | 0.75% | 0.98% | - |
| XYZ | 22.94 | 12.45 | 92.46 | - |
| YUV | 91.01 | 218.29 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 63 | 251 | 0.66 | 0.75 | 0 | 0.02 | 247.02 | 0.96 | 0.62 |
| Hex | 55 | 3F | FB | 42 | 4B | 0 | 2 | F7 | 60 | 3E |
| Octal | 125 | 77 | 373 | 102 | 113 | 0 | 2 | 367 | 140 | 76 |
| Binary | 1010101 | 111111 | 11111011 | 1000010 | 1001011 | 0 | 10 | 11110111 | 1100000 | 111110 |
Color Harmonies of #553FFB
Complementary color
Monochromatic Colors of #553FFB
Black with #553FFB
Text Example
Text Example
White with #553FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553FFB; }
p { color: rgb(85,63,251); }
H1.HeaderClassName
{
color: #553FFB;
}
.AnyTagClassName
{
color: #553FFB;
}
</style>
background-color css
<style>
a { background-color: #553FFB; }
a { background-color: rgb(85,63,251); }
div.DivClassName
{
background-color: #553FFB;
}
.BgClassName
{
background-color: #553FFB;
}
</style>
border-color css
<style>
span { border-color: #553FFB; }
span { border-color: rgb(85,63,251); }
td.TdClassName
{
border-color: #553FFB;
}
.TagClassName
{
border-color: #553FFB;
}
</style>