Shades of Neon Blue #563FED
Tints of Neon Blue #563FED
RGB
CMYK
RGB Variations
Color information
#563FED (or 0x563FED) is known color: Neon Blue. HEX triplet: 56, 3F and ED. RGB value is (86,63,237). Sum of RGB (Red+Green+Blue) = 86+63+237=386 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.28% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 237 (92.97% from 255 or 61.40% from 386); Max value from RGB is 237 - color contains mainly: blue. Hex color #563FED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #563FED is #A9C012. Grayscale: #595959. Windows color (decimal): -11124755 or 15548246. OLE color: 15548246.
HSL color Cylindrical-coordinate representation of color #563FED: hue angle of 247.93º degrees, saturation: 0.83, 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 #563FED is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 63 | 237 | - |
| CMYK | 0.64 | 0.73 | 0 | 0.07 |
| HSL | 247.93º | 0.83% | 0.59% | - |
| HSV(B) | 247.93º | 0.73% | 0.93% | - |
| XYZ | 20.9 | 11.65 | 81.27 | - |
| YUV | 89.71 | 211.12 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 63 | 237 | 0.64 | 0.73 | 0 | 0.07 | 247.93 | 0.83 | 0.59 |
| Hex | 56 | 3F | ED | 40 | 49 | 0 | 7 | F8 | 53 | 3B |
| Octal | 126 | 77 | 355 | 100 | 111 | 0 | 7 | 370 | 123 | 73 |
| Binary | 1010110 | 111111 | 11101101 | 1000000 | 1001001 | 0 | 111 | 11111000 | 1010011 | 111011 |
Color Harmonies of #563FED
Complementary color
Monochromatic Colors of #563FED
Black with #563FED
Text Example
Text Example
White with #563FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563FED; }
p { color: rgb(86,63,237); }
H1.HeaderClassName
{
color: #563FED;
}
.AnyTagClassName
{
color: #563FED;
}
</style>
background-color css
<style>
a { background-color: #563FED; }
a { background-color: rgb(86,63,237); }
div.DivClassName
{
background-color: #563FED;
}
.BgClassName
{
background-color: #563FED;
}
</style>
border-color css
<style>
span { border-color: #563FED; }
span { border-color: rgb(86,63,237); }
td.TdClassName
{
border-color: #563FED;
}
.TagClassName
{
border-color: #563FED;
}
</style>