Shades of Neon Blue #5536F9
Tints of Neon Blue #5536F9
RGB
CMYK
RGB Variations
Color information
#5536F9 (or 0x5536F9) is known color: Neon Blue. HEX triplet: 55, 36 and F9. RGB value is (85,54,249). Sum of RGB (Red+Green+Blue) = 85+54+249=388 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.91% from 388); Green value is 54 (21.48% from 255 or 13.92% from 388); Blue value is 249 (97.66% from 255 or 64.18% from 388); Max value from RGB is 249 - color contains mainly: blue. Hex color #5536F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5536F9 is #AAC906. Grayscale: #545454. Windows color (decimal): -11192583 or 16332373. OLE color: 16332373.
HSL color Cylindrical-coordinate representation of color #5536F9: hue angle of 249.54º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5536F9 is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 54 | 249 | - |
| CMYK | 0.66 | 0.78 | 0 | 0.02 |
| HSL | 249.54º | 0.94% | 0.59% | - |
| HSV(B) | 249.54º | 0.78% | 0.98% | - |
| XYZ | 22.16 | 11.41 | 90.66 | - |
| YUV | 85.5 | 220.27 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 54 | 249 | 0.66 | 0.78 | 0 | 0.02 | 249.54 | 0.94 | 0.59 |
| Hex | 55 | 36 | F9 | 42 | 4E | 0 | 2 | FA | 5E | 3B |
| Octal | 125 | 66 | 371 | 102 | 116 | 0 | 2 | 372 | 136 | 73 |
| Binary | 1010101 | 110110 | 11111001 | 1000010 | 1001110 | 0 | 10 | 11111010 | 1011110 | 111011 |
Color Harmonies of #5536F9
Complementary color
Monochromatic Colors of #5536F9
Black with #5536F9
Text Example
Text Example
White with #5536F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5536F9; }
p { color: rgb(85,54,249); }
H1.HeaderClassName
{
color: #5536F9;
}
.AnyTagClassName
{
color: #5536F9;
}
</style>
background-color css
<style>
a { background-color: #5536F9; }
a { background-color: rgb(85,54,249); }
div.DivClassName
{
background-color: #5536F9;
}
.BgClassName
{
background-color: #5536F9;
}
</style>
border-color css
<style>
span { border-color: #5536F9; }
span { border-color: rgb(85,54,249); }
td.TdClassName
{
border-color: #5536F9;
}
.TagClassName
{
border-color: #5536F9;
}
</style>