Shades of Neon Blue #563FEC
Tints of Neon Blue #563FEC
RGB
CMYK
RGB Variations
Color information
#563FEC (or 0x563FEC) is known color: Neon Blue. HEX triplet: 56, 3F and EC. RGB value is (86,63,236). Sum of RGB (Red+Green+Blue) = 86+63+236=385 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.34% from 385); Green value is 63 (25% from 255 or 16.36% from 385); Blue value is 236 (92.58% from 255 or 61.30% from 385); Max value from RGB is 236 - color contains mainly: blue. Hex color #563FEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #563FEC is #A9C013. Grayscale: #585858. Windows color (decimal): -11124756 or 15482710. OLE color: 15482710.
HSL color Cylindrical-coordinate representation of color #563FEC: hue angle of 247.98º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #563FEC is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 63 | 236 | - |
| CMYK | 0.64 | 0.73 | 0 | 0.07 |
| HSL | 247.98º | 0.82% | 0.59% | - |
| HSV(B) | 247.98º | 0.73% | 0.93% | - |
| XYZ | 20.76 | 11.59 | 80.5 | - |
| YUV | 89.6 | 210.62 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 63 | 236 | 0.64 | 0.73 | 0 | 0.07 | 247.98 | 0.82 | 0.59 |
| Hex | 56 | 3F | EC | 40 | 49 | 0 | 7 | F8 | 52 | 3B |
| Octal | 126 | 77 | 354 | 100 | 111 | 0 | 7 | 370 | 122 | 73 |
| Binary | 1010110 | 111111 | 11101100 | 1000000 | 1001001 | 0 | 111 | 11111000 | 1010010 | 111011 |
Color Harmonies of #563FEC
Complementary color
Monochromatic Colors of #563FEC
Black with #563FEC
Text Example
Text Example
White with #563FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563FEC; }
p { color: rgb(86,63,236); }
H1.HeaderClassName
{
color: #563FEC;
}
.AnyTagClassName
{
color: #563FEC;
}
</style>
background-color css
<style>
a { background-color: #563FEC; }
a { background-color: rgb(86,63,236); }
div.DivClassName
{
background-color: #563FEC;
}
.BgClassName
{
background-color: #563FEC;
}
</style>
border-color css
<style>
span { border-color: #563FEC; }
span { border-color: rgb(86,63,236); }
td.TdClassName
{
border-color: #563FEC;
}
.TagClassName
{
border-color: #563FEC;
}
</style>