Shades of Neon Blue #5644FE
Tints of Neon Blue #5644FE
RGB
CMYK
RGB Variations
Color information
#5644FE (or 0x5644FE) is known color: Neon Blue. HEX triplet: 56, 44 and FE. RGB value is (86,68,254). Sum of RGB (Red+Green+Blue) = 86+68+254=408 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.08% from 408); Green value is 68 (26.95% from 255 or 16.67% from 408); Blue value is 254 (99.61% from 255 or 62.25% from 408); Max value from RGB is 254 - color contains mainly: blue. Hex color #5644FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5644FE is #A9BB01. Grayscale: #5D5D5D. Windows color (decimal): -11123458 or 16663638. OLE color: 16663638.
HSL color Cylindrical-coordinate representation of color #5644FE: hue angle of 245.81º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5644FE is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 86 | 68 | 254 | - |
| CMYK | 0.66 | 0.73 | 0 | 0.00 |
| HSL | 245.81º | 0.99% | 0.63% | - |
| HSV(B) | 245.81º | 0.73% | 1% | - |
| XYZ | 23.79 | 13.27 | 95.07 | - |
| YUV | 94.59 | 217.96 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 68 | 254 | 0.66 | 0.73 | 0 | 0.00 | 245.81 | 0.99 | 0.63 |
| Hex | 56 | 44 | FE | 42 | 49 | 0 | 0 | F6 | 63 | 3F |
| Octal | 126 | 104 | 376 | 102 | 111 | 0 | 0 | 366 | 143 | 77 |
| Binary | 1010110 | 1000100 | 11111110 | 1000010 | 1001001 | 0 | 0 | 11110110 | 1100011 | 111111 |
Color Harmonies of #5644FE
Complementary color
Monochromatic Colors of #5644FE
Black with #5644FE
Text Example
Text Example
White with #5644FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5644FE; }
p { color: rgb(86,68,254); }
H1.HeaderClassName
{
color: #5644FE;
}
.AnyTagClassName
{
color: #5644FE;
}
</style>
background-color css
<style>
a { background-color: #5644FE; }
a { background-color: rgb(86,68,254); }
div.DivClassName
{
background-color: #5644FE;
}
.BgClassName
{
background-color: #5644FE;
}
</style>
border-color css
<style>
span { border-color: #5644FE; }
span { border-color: rgb(86,68,254); }
td.TdClassName
{
border-color: #5644FE;
}
.TagClassName
{
border-color: #5644FE;
}
</style>