Shades of Neon Blue #553CFB
Tints of Neon Blue #553CFB
RGB
CMYK
RGB Variations
Color information
#553CFB (or 0x553CFB) is known color: Neon Blue. HEX triplet: 55, 3C and FB. RGB value is (85,60,251). Sum of RGB (Red+Green+Blue) = 85+60+251=396 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.46% from 396); Green value is 60 (23.83% from 255 or 15.15% from 396); Blue value is 251 (98.44% from 255 or 63.38% from 396); Max value from RGB is 251 - color contains mainly: blue. Hex color #553CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #553CFB is #AAC304. Grayscale: #585858. Windows color (decimal): -11191045 or 16464981. OLE color: 16464981.
HSL color Cylindrical-coordinate representation of color #553CFB: hue angle of 247.85º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #553CFB is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 60 | 251 | - |
| CMYK | 0.66 | 0.76 | 0 | 0.02 |
| HSL | 247.85º | 0.96% | 0.61% | - |
| HSV(B) | 247.85º | 0.76% | 0.98% | - |
| XYZ | 22.77 | 12.13 | 92.41 | - |
| YUV | 89.25 | 219.28 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 60 | 251 | 0.66 | 0.76 | 0 | 0.02 | 247.85 | 0.96 | 0.61 |
| Hex | 55 | 3C | FB | 42 | 4C | 0 | 2 | F8 | 60 | 3D |
| Octal | 125 | 74 | 373 | 102 | 114 | 0 | 2 | 370 | 140 | 75 |
| Binary | 1010101 | 111100 | 11111011 | 1000010 | 1001100 | 0 | 10 | 11111000 | 1100000 | 111101 |
Color Harmonies of #553CFB
Complementary color
Monochromatic Colors of #553CFB
Black with #553CFB
Text Example
Text Example
White with #553CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553CFB; }
p { color: rgb(85,60,251); }
H1.HeaderClassName
{
color: #553CFB;
}
.AnyTagClassName
{
color: #553CFB;
}
</style>
background-color css
<style>
a { background-color: #553CFB; }
a { background-color: rgb(85,60,251); }
div.DivClassName
{
background-color: #553CFB;
}
.BgClassName
{
background-color: #553CFB;
}
</style>
border-color css
<style>
span { border-color: #553CFB; }
span { border-color: rgb(85,60,251); }
td.TdClassName
{
border-color: #553CFB;
}
.TagClassName
{
border-color: #553CFB;
}
</style>