Shades of Neon Blue #5644FF
Tints of Neon Blue #5644FF
RGB
CMYK
RGB Variations
Color information
#5644FF (or 0x5644FF) is known color: Neon Blue. HEX triplet: 56, 44 and FF. RGB value is (86,68,255). Sum of RGB (Red+Green+Blue) = 86+68+255=409 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.03% from 409); Green value is 68 (26.95% from 255 or 16.63% from 409); Blue value is 255 (100% from 255 or 62.35% from 409); Max value from RGB is 255 - color contains mainly: blue. Hex color #5644FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5644FF is #A9BB00. Grayscale: #5D5D5D. Windows color (decimal): -11123457 or 16729174. OLE color: 16729174.
HSL color Cylindrical-coordinate representation of color #5644FF: hue angle of 245.78º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5644FF is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 68 | 255 | - |
| CMYK | 0.66 | 0.73 | 0 | 0 |
| HSL | 245.78º | 1% | 0.63% | - |
| HSV(B) | 245.78º | 0.73% | 1% | - |
| XYZ | 23.95 | 13.33 | 95.92 | - |
| YUV | 94.7 | 218.46 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 68 | 255 | 0.66 | 0.73 | 0 | 0 | 245.78 | 1 | 0.63 |
| Hex | 56 | 44 | FF | 42 | 49 | 0 | 0 | F6 | 64 | 3F |
| Octal | 126 | 104 | 377 | 102 | 111 | 0 | 0 | 366 | 144 | 77 |
| Binary | 1010110 | 1000100 | 11111111 | 1000010 | 1001001 | 0 | 0 | 11110110 | 1100100 | 111111 |
Color Harmonies of #5644FF
Complementary color
Monochromatic Colors of #5644FF
Black with #5644FF
Text Example
Text Example
White with #5644FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5644FF; }
p { color: rgb(86,68,255); }
H1.HeaderClassName
{
color: #5644FF;
}
.AnyTagClassName
{
color: #5644FF;
}
</style>
background-color css
<style>
a { background-color: #5644FF; }
a { background-color: rgb(86,68,255); }
div.DivClassName
{
background-color: #5644FF;
}
.BgClassName
{
background-color: #5644FF;
}
</style>
border-color css
<style>
span { border-color: #5644FF; }
span { border-color: rgb(86,68,255); }
td.TdClassName
{
border-color: #5644FF;
}
.TagClassName
{
border-color: #5644FF;
}
</style>