Shades of Neon Blue #564BED
Tints of Neon Blue #564BED
RGB
CMYK
RGB Variations
Color information
#564BED (or 0x564BED) is known color: Neon Blue. HEX triplet: 56, 4B and ED. RGB value is (86,75,237). Sum of RGB (Red+Green+Blue) = 86+75+237=398 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.61% from 398); Green value is 75 (29.69% from 255 or 18.84% from 398); Blue value is 237 (92.97% from 255 or 59.55% from 398); Max value from RGB is 237 - color contains mainly: blue. Hex color #564BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #564BED is #A9B412. Grayscale: #606060. Windows color (decimal): -11121683 or 15551318. OLE color: 15551318.
HSL color Cylindrical-coordinate representation of color #564BED: hue angle of 244.07º degrees, saturation: 0.82, 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 #564BED is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 75 | 237 | - |
| CMYK | 0.64 | 0.68 | 0 | 0.07 |
| HSL | 244.07º | 0.82% | 0.61% | - |
| HSV(B) | 244.07º | 0.68% | 0.93% | - |
| XYZ | 21.64 | 13.13 | 81.51 | - |
| YUV | 96.76 | 207.14 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 75 | 237 | 0.64 | 0.68 | 0 | 0.07 | 244.07 | 0.82 | 0.61 |
| Hex | 56 | 4B | ED | 40 | 44 | 0 | 7 | F4 | 52 | 3D |
| Octal | 126 | 113 | 355 | 100 | 104 | 0 | 7 | 364 | 122 | 75 |
| Binary | 1010110 | 1001011 | 11101101 | 1000000 | 1000100 | 0 | 111 | 11110100 | 1010010 | 111101 |
Color Harmonies of #564BED
Complementary color
Monochromatic Colors of #564BED
Black with #564BED
Text Example
Text Example
White with #564BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564BED; }
p { color: rgb(86,75,237); }
H1.HeaderClassName
{
color: #564BED;
}
.AnyTagClassName
{
color: #564BED;
}
</style>
background-color css
<style>
a { background-color: #564BED; }
a { background-color: rgb(86,75,237); }
div.DivClassName
{
background-color: #564BED;
}
.BgClassName
{
background-color: #564BED;
}
</style>
border-color css
<style>
span { border-color: #564BED; }
span { border-color: rgb(86,75,237); }
td.TdClassName
{
border-color: #564BED;
}
.TagClassName
{
border-color: #564BED;
}
</style>