Shades of Neon Blue #5637FA
Tints of Neon Blue #5637FA
RGB
CMYK
RGB Variations
Color information
#5637FA (or 0x5637FA) is known color: Neon Blue. HEX triplet: 56, 37 and FA. RGB value is (86,55,250). Sum of RGB (Red+Green+Blue) = 86+55+250=391 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.99% from 391); Green value is 55 (21.88% from 255 or 14.07% from 391); Blue value is 250 (98.05% from 255 or 63.94% from 391); Max value from RGB is 250 - color contains mainly: blue. Hex color #5637FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5637FA is #A9C805. Grayscale: #555555. Windows color (decimal): -11126790 or 16398166. OLE color: 16398166.
HSL color Cylindrical-coordinate representation of color #5637FA: hue angle of 249.54º degrees, saturation: 0.95, 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 #5637FA is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 55 | 250 | - |
| CMYK | 0.66 | 0.78 | 0 | 0.02 |
| HSL | 249.54º | 0.95% | 0.6% | - |
| HSV(B) | 249.54º | 0.78% | 0.98% | - |
| XYZ | 22.46 | 11.61 | 91.5 | - |
| YUV | 86.5 | 220.27 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 55 | 250 | 0.66 | 0.78 | 0 | 0.02 | 249.54 | 0.95 | 0.6 |
| Hex | 56 | 37 | FA | 42 | 4E | 0 | 2 | FA | 5F | 3C |
| Octal | 126 | 67 | 372 | 102 | 116 | 0 | 2 | 372 | 137 | 74 |
| Binary | 1010110 | 110111 | 11111010 | 1000010 | 1001110 | 0 | 10 | 11111010 | 1011111 | 111100 |
Color Harmonies of #5637FA
Complementary color
Monochromatic Colors of #5637FA
Black with #5637FA
Text Example
Text Example
White with #5637FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5637FA; }
p { color: rgb(86,55,250); }
H1.HeaderClassName
{
color: #5637FA;
}
.AnyTagClassName
{
color: #5637FA;
}
</style>
background-color css
<style>
a { background-color: #5637FA; }
a { background-color: rgb(86,55,250); }
div.DivClassName
{
background-color: #5637FA;
}
.BgClassName
{
background-color: #5637FA;
}
</style>
border-color css
<style>
span { border-color: #5637FA; }
span { border-color: rgb(86,55,250); }
td.TdClassName
{
border-color: #5637FA;
}
.TagClassName
{
border-color: #5637FA;
}
</style>