Shades of Neon Blue #5536FB
Tints of Neon Blue #5536FB
RGB
CMYK
RGB Variations
Color information
#5536FB (or 0x5536FB) is known color: Neon Blue. HEX triplet: 55, 36 and FB. RGB value is (85,54,251). Sum of RGB (Red+Green+Blue) = 85+54+251=390 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.79% from 390); Green value is 54 (21.48% from 255 or 13.85% from 390); Blue value is 251 (98.44% from 255 or 64.36% from 390); Max value from RGB is 251 - color contains mainly: blue. Hex color #5536FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5536FB is #AAC904. Grayscale: #545454. Windows color (decimal): -11192581 or 16463445. OLE color: 16463445.
HSL color Cylindrical-coordinate representation of color #5536FB: hue angle of 249.44º 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 #5536FB is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 54 | 251 | - |
| CMYK | 0.66 | 0.78 | 0 | 0.02 |
| HSL | 249.44º | 0.96% | 0.6% | - |
| HSV(B) | 249.44º | 0.78% | 0.98% | - |
| XYZ | 22.48 | 11.53 | 92.31 | - |
| YUV | 85.73 | 221.27 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 54 | 251 | 0.66 | 0.78 | 0 | 0.02 | 249.44 | 0.96 | 0.6 |
| Hex | 55 | 36 | FB | 42 | 4E | 0 | 2 | F9 | 60 | 3C |
| Octal | 125 | 66 | 373 | 102 | 116 | 0 | 2 | 371 | 140 | 74 |
| Binary | 1010101 | 110110 | 11111011 | 1000010 | 1001110 | 0 | 10 | 11111001 | 1100000 | 111100 |
Color Harmonies of #5536FB
Complementary color
Monochromatic Colors of #5536FB
Black with #5536FB
Text Example
Text Example
White with #5536FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5536FB; }
p { color: rgb(85,54,251); }
H1.HeaderClassName
{
color: #5536FB;
}
.AnyTagClassName
{
color: #5536FB;
}
</style>
background-color css
<style>
a { background-color: #5536FB; }
a { background-color: rgb(85,54,251); }
div.DivClassName
{
background-color: #5536FB;
}
.BgClassName
{
background-color: #5536FB;
}
</style>
border-color css
<style>
span { border-color: #5536FB; }
span { border-color: rgb(85,54,251); }
td.TdClassName
{
border-color: #5536FB;
}
.TagClassName
{
border-color: #5536FB;
}
</style>