Shades of Neon Blue #5644EF
Tints of Neon Blue #5644EF
RGB
CMYK
RGB Variations
Color information
#5644EF (or 0x5644EF) is known color: Neon Blue. HEX triplet: 56, 44 and EF. RGB value is (86,68,239). Sum of RGB (Red+Green+Blue) = 86+68+239=393 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.88% from 393); Green value is 68 (26.95% from 255 or 17.30% from 393); Blue value is 239 (93.75% from 255 or 60.81% from 393); Max value from RGB is 239 - color contains mainly: blue. Hex color #5644EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5644EF is #A9BB10. Grayscale: #5C5C5C. Windows color (decimal): -11123473 or 15680598. OLE color: 15680598.
HSL color Cylindrical-coordinate representation of color #5644EF: hue angle of 246.32º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5644EF is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 68 | 239 | - |
| CMYK | 0.64 | 0.72 | 0 | 0.06 |
| HSL | 246.32º | 0.84% | 0.6% | - |
| HSV(B) | 246.32º | 0.72% | 0.94% | - |
| XYZ | 21.48 | 12.34 | 82.91 | - |
| YUV | 92.88 | 210.46 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 68 | 239 | 0.64 | 0.72 | 0 | 0.06 | 246.32 | 0.84 | 0.6 |
| Hex | 56 | 44 | EF | 40 | 48 | 0 | 6 | F6 | 54 | 3C |
| Octal | 126 | 104 | 357 | 100 | 110 | 0 | 6 | 366 | 124 | 74 |
| Binary | 1010110 | 1000100 | 11101111 | 1000000 | 1001000 | 0 | 110 | 11110110 | 1010100 | 111100 |
Color Harmonies of #5644EF
Complementary color
Monochromatic Colors of #5644EF
Black with #5644EF
Text Example
Text Example
White with #5644EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5644EF; }
p { color: rgb(86,68,239); }
H1.HeaderClassName
{
color: #5644EF;
}
.AnyTagClassName
{
color: #5644EF;
}
</style>
background-color css
<style>
a { background-color: #5644EF; }
a { background-color: rgb(86,68,239); }
div.DivClassName
{
background-color: #5644EF;
}
.BgClassName
{
background-color: #5644EF;
}
</style>
border-color css
<style>
span { border-color: #5644EF; }
span { border-color: rgb(86,68,239); }
td.TdClassName
{
border-color: #5644EF;
}
.TagClassName
{
border-color: #5644EF;
}
</style>