Shades of Neon Blue #564BEC
Tints of Neon Blue #564BEC
RGB
CMYK
RGB Variations
Color information
#564BEC (or 0x564BEC) is known color: Neon Blue. HEX triplet: 56, 4B and EC. RGB value is (86,75,236). Sum of RGB (Red+Green+Blue) = 86+75+236=397 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.66% from 397); Green value is 75 (29.69% from 255 or 18.89% from 397); Blue value is 236 (92.58% from 255 or 59.45% from 397); Max value from RGB is 236 - color contains mainly: blue. Hex color #564BEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #564BEC is #A9B413. Grayscale: #606060. Windows color (decimal): -11121684 or 15485782. OLE color: 15485782.
HSL color Cylindrical-coordinate representation of color #564BEC: hue angle of 244.1º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #564BEC is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 75 | 236 | - |
| CMYK | 0.64 | 0.68 | 0 | 0.07 |
| HSL | 244.1º | 0.81% | 0.61% | - |
| HSV(B) | 244.1º | 0.68% | 0.93% | - |
| XYZ | 21.49 | 13.07 | 80.75 | - |
| YUV | 96.64 | 206.64 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 75 | 236 | 0.64 | 0.68 | 0 | 0.07 | 244.1 | 0.81 | 0.61 |
| Hex | 56 | 4B | EC | 40 | 44 | 0 | 7 | F4 | 51 | 3D |
| Octal | 126 | 113 | 354 | 100 | 104 | 0 | 7 | 364 | 121 | 75 |
| Binary | 1010110 | 1001011 | 11101100 | 1000000 | 1000100 | 0 | 111 | 11110100 | 1010001 | 111101 |
Color Harmonies of #564BEC
Complementary color
Monochromatic Colors of #564BEC
Black with #564BEC
Text Example
Text Example
White with #564BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564BEC; }
p { color: rgb(86,75,236); }
H1.HeaderClassName
{
color: #564BEC;
}
.AnyTagClassName
{
color: #564BEC;
}
</style>
background-color css
<style>
a { background-color: #564BEC; }
a { background-color: rgb(86,75,236); }
div.DivClassName
{
background-color: #564BEC;
}
.BgClassName
{
background-color: #564BEC;
}
</style>
border-color css
<style>
span { border-color: #564BEC; }
span { border-color: rgb(86,75,236); }
td.TdClassName
{
border-color: #564BEC;
}
.TagClassName
{
border-color: #564BEC;
}
</style>