Shades of Neon Blue #563DF2
Tints of Neon Blue #563DF2
RGB
CMYK
RGB Variations
Color information
#563DF2 (or 0x563DF2) is known color: Neon Blue. HEX triplet: 56, 3D and F2. RGB value is (86,61,242). Sum of RGB (Red+Green+Blue) = 86+61+242=389 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.11% from 389); Green value is 61 (24.22% from 255 or 15.68% from 389); Blue value is 242 (94.92% from 255 or 62.21% from 389); Max value from RGB is 242 - color contains mainly: blue. Hex color #563DF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #563DF2 is #A9C20D. Grayscale: #585858. Windows color (decimal): -11125262 or 15875414. OLE color: 15875414.
HSL color Cylindrical-coordinate representation of color #563DF2: hue angle of 248.29º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #563DF2 is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 61 | 242 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.05 |
| HSL | 248.29º | 0.87% | 0.59% | - |
| HSV(B) | 248.29º | 0.75% | 0.95% | - |
| XYZ | 21.53 | 11.73 | 85.13 | - |
| YUV | 89.11 | 214.28 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 61 | 242 | 0.64 | 0.75 | 0 | 0.05 | 248.29 | 0.87 | 0.59 |
| Hex | 56 | 3D | F2 | 40 | 4B | 0 | 5 | F8 | 57 | 3B |
| Octal | 126 | 75 | 362 | 100 | 113 | 0 | 5 | 370 | 127 | 73 |
| Binary | 1010110 | 111101 | 11110010 | 1000000 | 1001011 | 0 | 101 | 11111000 | 1010111 | 111011 |
Color Harmonies of #563DF2
Complementary color
Monochromatic Colors of #563DF2
Black with #563DF2
Text Example
Text Example
White with #563DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563DF2; }
p { color: rgb(86,61,242); }
H1.HeaderClassName
{
color: #563DF2;
}
.AnyTagClassName
{
color: #563DF2;
}
</style>
background-color css
<style>
a { background-color: #563DF2; }
a { background-color: rgb(86,61,242); }
div.DivClassName
{
background-color: #563DF2;
}
.BgClassName
{
background-color: #563DF2;
}
</style>
border-color css
<style>
span { border-color: #563DF2; }
span { border-color: rgb(86,61,242); }
td.TdClassName
{
border-color: #563DF2;
}
.TagClassName
{
border-color: #563DF2;
}
</style>