Shades of Neon Blue #5636FE
Tints of Neon Blue #5636FE
RGB
CMYK
RGB Variations
Color information
#5636FE (or 0x5636FE) is known color: Neon Blue. HEX triplet: 56, 36 and FE. RGB value is (86,54,254). Sum of RGB (Red+Green+Blue) = 86+54+254=394 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.83% from 394); Green value is 54 (21.48% from 255 or 13.71% from 394); Blue value is 254 (99.61% from 255 or 64.47% from 394); Max value from RGB is 254 - color contains mainly: blue. Hex color #5636FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5636FE is #A9C901. Grayscale: #555555. Windows color (decimal): -11127042 or 16660054. OLE color: 16660054.
HSL color Cylindrical-coordinate representation of color #5636FE: hue angle of 249.6º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5636FE is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 86 | 54 | 254 | - |
| CMYK | 0.66 | 0.79 | 0 | 0.00 |
| HSL | 249.6º | 0.99% | 0.6% | - |
| HSV(B) | 249.6º | 0.79% | 1% | - |
| XYZ | 23.05 | 11.77 | 94.82 | - |
| YUV | 86.37 | 222.6 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 54 | 254 | 0.66 | 0.79 | 0 | 0.00 | 249.6 | 0.99 | 0.6 |
| Hex | 56 | 36 | FE | 42 | 4F | 0 | 0 | FA | 63 | 3C |
| Octal | 126 | 66 | 376 | 102 | 117 | 0 | 0 | 372 | 143 | 74 |
| Binary | 1010110 | 110110 | 11111110 | 1000010 | 1001111 | 0 | 0 | 11111010 | 1100011 | 111100 |
Color Harmonies of #5636FE
Complementary color
Monochromatic Colors of #5636FE
Black with #5636FE
Text Example
Text Example
White with #5636FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5636FE; }
p { color: rgb(86,54,254); }
H1.HeaderClassName
{
color: #5636FE;
}
.AnyTagClassName
{
color: #5636FE;
}
</style>
background-color css
<style>
a { background-color: #5636FE; }
a { background-color: rgb(86,54,254); }
div.DivClassName
{
background-color: #5636FE;
}
.BgClassName
{
background-color: #5636FE;
}
</style>
border-color css
<style>
span { border-color: #5636FE; }
span { border-color: rgb(86,54,254); }
td.TdClassName
{
border-color: #5636FE;
}
.TagClassName
{
border-color: #5636FE;
}
</style>