Shades of Neon Blue #5537FB
Tints of Neon Blue #5537FB
RGB
CMYK
RGB Variations
Color information
#5537FB (or 0x5537FB) is known color: Neon Blue. HEX triplet: 55, 37 and FB. RGB value is (85,55,251). Sum of RGB (Red+Green+Blue) = 85+55+251=391 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.74% from 391); Green value is 55 (21.88% from 255 or 14.07% from 391); Blue value is 251 (98.44% from 255 or 64.19% from 391); Max value from RGB is 251 - color contains mainly: blue. Hex color #5537FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5537FB is #AAC804. Grayscale: #555555. Windows color (decimal): -11192325 or 16463701. OLE color: 16463701.
HSL color Cylindrical-coordinate representation of color #5537FB: hue angle of 249.18º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5537FB is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 55 | 251 | - |
| CMYK | 0.66 | 0.78 | 0 | 0.02 |
| HSL | 249.18º | 0.96% | 0.6% | - |
| HSV(B) | 249.18º | 0.78% | 0.98% | - |
| XYZ | 22.53 | 11.63 | 92.32 | - |
| YUV | 86.31 | 220.94 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 55 | 251 | 0.66 | 0.78 | 0 | 0.02 | 249.18 | 0.96 | 0.6 |
| Hex | 55 | 37 | FB | 42 | 4E | 0 | 2 | F9 | 60 | 3C |
| Octal | 125 | 67 | 373 | 102 | 116 | 0 | 2 | 371 | 140 | 74 |
| Binary | 1010101 | 110111 | 11111011 | 1000010 | 1001110 | 0 | 10 | 11111001 | 1100000 | 111100 |
Color Harmonies of #5537FB
Complementary color
Monochromatic Colors of #5537FB
Black with #5537FB
Text Example
Text Example
White with #5537FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5537FB; }
p { color: rgb(85,55,251); }
H1.HeaderClassName
{
color: #5537FB;
}
.AnyTagClassName
{
color: #5537FB;
}
</style>
background-color css
<style>
a { background-color: #5537FB; }
a { background-color: rgb(85,55,251); }
div.DivClassName
{
background-color: #5537FB;
}
.BgClassName
{
background-color: #5537FB;
}
</style>
border-color css
<style>
span { border-color: #5537FB; }
span { border-color: rgb(85,55,251); }
td.TdClassName
{
border-color: #5537FB;
}
.TagClassName
{
border-color: #5537FB;
}
</style>