Shades of Neon Blue #5537FC
Tints of Neon Blue #5537FC
RGB
CMYK
RGB Variations
Color information
#5537FC (or 0x5537FC) is known color: Neon Blue. HEX triplet: 55, 37 and FC. RGB value is (85,55,252). Sum of RGB (Red+Green+Blue) = 85+55+252=392 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.68% from 392); Green value is 55 (21.88% from 255 or 14.03% from 392); Blue value is 252 (98.83% from 255 or 64.29% from 392); Max value from RGB is 252 - color contains mainly: blue. Hex color #5537FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5537FC is #AAC803. Grayscale: #555555. Windows color (decimal): -11192324 or 16529237. OLE color: 16529237.
HSL color Cylindrical-coordinate representation of color #5537FC: hue angle of 249.14º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5537FC is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 55 | 252 | - |
| CMYK | 0.66 | 0.78 | 0 | 0.01 |
| HSL | 249.14º | 0.97% | 0.6% | - |
| HSV(B) | 249.14º | 0.78% | 0.99% | - |
| XYZ | 22.68 | 11.69 | 93.16 | - |
| YUV | 86.43 | 221.44 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 55 | 252 | 0.66 | 0.78 | 0 | 0.01 | 249.14 | 0.97 | 0.6 |
| Hex | 55 | 37 | FC | 42 | 4E | 0 | 1 | F9 | 61 | 3C |
| Octal | 125 | 67 | 374 | 102 | 116 | 0 | 1 | 371 | 141 | 74 |
| Binary | 1010101 | 110111 | 11111100 | 1000010 | 1001110 | 0 | 1 | 11111001 | 1100001 | 111100 |
Color Harmonies of #5537FC
Complementary color
Monochromatic Colors of #5537FC
Black with #5537FC
Text Example
Text Example
White with #5537FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5537FC; }
p { color: rgb(85,55,252); }
H1.HeaderClassName
{
color: #5537FC;
}
.AnyTagClassName
{
color: #5537FC;
}
</style>
background-color css
<style>
a { background-color: #5537FC; }
a { background-color: rgb(85,55,252); }
div.DivClassName
{
background-color: #5537FC;
}
.BgClassName
{
background-color: #5537FC;
}
</style>
border-color css
<style>
span { border-color: #5537FC; }
span { border-color: rgb(85,55,252); }
td.TdClassName
{
border-color: #5537FC;
}
.TagClassName
{
border-color: #5537FC;
}
</style>