Shades of Neon Blue #563EFF
Tints of Neon Blue #563EFF
RGB
CMYK
RGB Variations
Color information
#563EFF (or 0x563EFF) is known color: Neon Blue. HEX triplet: 56, 3E and FF. RGB value is (86,62,255). Sum of RGB (Red+Green+Blue) = 86+62+255=403 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.34% from 403); Green value is 62 (24.61% from 255 or 15.38% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #563EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #563EFF is #A9C100. Grayscale: #5A5A5A. Windows color (decimal): -11124993 or 16727638. OLE color: 16727638.
HSL color Cylindrical-coordinate representation of color #563EFF: hue angle of 247.46º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #563EFF is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 62 | 255 | - |
| CMYK | 0.66 | 0.76 | 0 | 0 |
| HSL | 247.46º | 1% | 0.62% | - |
| HSV(B) | 247.46º | 0.76% | 1% | - |
| XYZ | 23.61 | 12.64 | 95.8 | - |
| YUV | 91.18 | 220.45 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 62 | 255 | 0.66 | 0.76 | 0 | 0 | 247.46 | 1 | 0.62 |
| Hex | 56 | 3E | FF | 42 | 4C | 0 | 0 | F7 | 64 | 3E |
| Octal | 126 | 76 | 377 | 102 | 114 | 0 | 0 | 367 | 144 | 76 |
| Binary | 1010110 | 111110 | 11111111 | 1000010 | 1001100 | 0 | 0 | 11110111 | 1100100 | 111110 |
Color Harmonies of #563EFF
Complementary color
Monochromatic Colors of #563EFF
Black with #563EFF
Text Example
Text Example
White with #563EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563EFF; }
p { color: rgb(86,62,255); }
H1.HeaderClassName
{
color: #563EFF;
}
.AnyTagClassName
{
color: #563EFF;
}
</style>
background-color css
<style>
a { background-color: #563EFF; }
a { background-color: rgb(86,62,255); }
div.DivClassName
{
background-color: #563EFF;
}
.BgClassName
{
background-color: #563EFF;
}
</style>
border-color css
<style>
span { border-color: #563EFF; }
span { border-color: rgb(86,62,255); }
td.TdClassName
{
border-color: #563EFF;
}
.TagClassName
{
border-color: #563EFF;
}
</style>