Shades of Neon Blue #563CE5
Tints of Neon Blue #563CE5
RGB
CMYK
RGB Variations
Color information
#563CE5 (or 0x563CE5) is known color: Neon Blue. HEX triplet: 56, 3C and E5. RGB value is (86,60,229). Sum of RGB (Red+Green+Blue) = 86+60+229=375 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.93% from 375); Green value is 60 (23.83% from 255 or 16% from 375); Blue value is 229 (89.84% from 255 or 61.07% from 375); Max value from RGB is 229 - color contains mainly: blue. Hex color #563CE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #563CE5 is #A9C31A. Grayscale: #565656. Windows color (decimal): -11125531 or 15023190. OLE color: 15023190.
HSL color Cylindrical-coordinate representation of color #563CE5: hue angle of 249.23º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #563CE5 is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 86 | 60 | 229 | - |
| CMYK | 0.62 | 0.74 | 0 | 0.10 |
| HSL | 249.23º | 0.76% | 0.57% | - |
| HSV(B) | 249.23º | 0.74% | 0.9% | - |
| XYZ | 19.6 | 10.87 | 75.19 | - |
| YUV | 87.04 | 208.11 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 60 | 229 | 0.62 | 0.74 | 0 | 0.10 | 249.23 | 0.76 | 0.57 |
| Hex | 56 | 3C | E5 | 3E | 4A | 0 | A | F9 | 4C | 39 |
| Octal | 126 | 74 | 345 | 76 | 112 | 0 | 12 | 371 | 114 | 71 |
| Binary | 1010110 | 111100 | 11100101 | 111110 | 1001010 | 0 | 1010 | 11111001 | 1001100 | 111001 |
Color Harmonies of #563CE5
Complementary color
Monochromatic Colors of #563CE5
Black with #563CE5
Text Example
Text Example
White with #563CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563CE5; }
p { color: rgb(86,60,229); }
H1.HeaderClassName
{
color: #563CE5;
}
.AnyTagClassName
{
color: #563CE5;
}
</style>
background-color css
<style>
a { background-color: #563CE5; }
a { background-color: rgb(86,60,229); }
div.DivClassName
{
background-color: #563CE5;
}
.BgClassName
{
background-color: #563CE5;
}
</style>
border-color css
<style>
span { border-color: #563CE5; }
span { border-color: rgb(86,60,229); }
td.TdClassName
{
border-color: #563CE5;
}
.TagClassName
{
border-color: #563CE5;
}
</style>