Shades of Neon Blue #563CDF
Tints of Neon Blue #563CDF
RGB
CMYK
RGB Variations
Color information
#563CDF (or 0x563CDF) is known color: Neon Blue. HEX triplet: 56, 3C and DF. RGB value is (86,60,223). Sum of RGB (Red+Green+Blue) = 86+60+223=369 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.31% from 369); Green value is 60 (23.83% from 255 or 16.26% from 369); Blue value is 223 (87.5% from 255 or 60.43% from 369); Max value from RGB is 223 - color contains mainly: blue. Hex color #563CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #563CDF is #A9C320. Grayscale: #555555. Windows color (decimal): -11125537 or 14629974. OLE color: 14629974.
HSL color Cylindrical-coordinate representation of color #563CDF: hue angle of 249.57º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #563CDF is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 60 | 223 | - |
| CMYK | 0.61 | 0.73 | 0 | 0.13 |
| HSL | 249.57º | 0.72% | 0.55% | - |
| HSV(B) | 249.57º | 0.73% | 0.87% | - |
| XYZ | 18.77 | 10.54 | 70.86 | - |
| YUV | 86.36 | 205.11 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 60 | 223 | 0.61 | 0.73 | 0 | 0.13 | 249.57 | 0.72 | 0.55 |
| Hex | 56 | 3C | DF | 3D | 49 | 0 | D | FA | 48 | 37 |
| Octal | 126 | 74 | 337 | 75 | 111 | 0 | 15 | 372 | 110 | 67 |
| Binary | 1010110 | 111100 | 11011111 | 111101 | 1001001 | 0 | 1101 | 11111010 | 1001000 | 110111 |
Color Harmonies of #563CDF
Complementary color
Monochromatic Colors of #563CDF
Black with #563CDF
Text Example
Text Example
White with #563CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563CDF; }
p { color: rgb(86,60,223); }
H1.HeaderClassName
{
color: #563CDF;
}
.AnyTagClassName
{
color: #563CDF;
}
</style>
background-color css
<style>
a { background-color: #563CDF; }
a { background-color: rgb(86,60,223); }
div.DivClassName
{
background-color: #563CDF;
}
.BgClassName
{
background-color: #563CDF;
}
</style>
border-color css
<style>
span { border-color: #563CDF; }
span { border-color: rgb(86,60,223); }
td.TdClassName
{
border-color: #563CDF;
}
.TagClassName
{
border-color: #563CDF;
}
</style>