Shades of Neon Blue #564EFF
Tints of Neon Blue #564EFF
RGB
CMYK
RGB Variations
Color information
#564EFF (or 0x564EFF) is known color: Neon Blue. HEX triplet: 56, 4E and FF. RGB value is (86,78,255). Sum of RGB (Red+Green+Blue) = 86+78+255=419 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.53% from 419); Green value is 78 (30.86% from 255 or 18.62% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #564EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #564EFF is #A9B100. Grayscale: #636363. Windows color (decimal): -11120897 or 16731734. OLE color: 16731734.
HSL color Cylindrical-coordinate representation of color #564EFF: hue angle of 242.71º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #564EFF is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 78 | 255 | - |
| CMYK | 0.66 | 0.69 | 0 | 0 |
| HSL | 242.71º | 1% | 0.65% | - |
| HSV(B) | 242.71º | 0.69% | 1% | - |
| XYZ | 24.61 | 14.65 | 96.14 | - |
| YUV | 100.57 | 215.15 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 78 | 255 | 0.66 | 0.69 | 0 | 0 | 242.71 | 1 | 0.65 |
| Hex | 56 | 4E | FF | 42 | 45 | 0 | 0 | F3 | 64 | 41 |
| Octal | 126 | 116 | 377 | 102 | 105 | 0 | 0 | 363 | 144 | 101 |
| Binary | 1010110 | 1001110 | 11111111 | 1000010 | 1000101 | 0 | 0 | 11110011 | 1100100 | 1000001 |
Color Harmonies of #564EFF
Complementary color
Monochromatic Colors of #564EFF
Black with #564EFF
Text Example
Text Example
White with #564EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564EFF; }
p { color: rgb(86,78,255); }
H1.HeaderClassName
{
color: #564EFF;
}
.AnyTagClassName
{
color: #564EFF;
}
</style>
background-color css
<style>
a { background-color: #564EFF; }
a { background-color: rgb(86,78,255); }
div.DivClassName
{
background-color: #564EFF;
}
.BgClassName
{
background-color: #564EFF;
}
</style>
border-color css
<style>
span { border-color: #564EFF; }
span { border-color: rgb(86,78,255); }
td.TdClassName
{
border-color: #564EFF;
}
.TagClassName
{
border-color: #564EFF;
}
</style>