Shades of Neon Blue #565DF2
Tints of Neon Blue #565DF2
RGB
CMYK
RGB Variations
Color information
#565DF2 (or 0x565DF2) is known color: Neon Blue. HEX triplet: 56, 5D and F2. RGB value is (86,93,242). Sum of RGB (Red+Green+Blue) = 86+93+242=421 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.43% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 242 (94.92% from 255 or 57.48% from 421); Max value from RGB is 242 - color contains mainly: blue. Hex color #565DF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #565DF2 is #A9A20D. Grayscale: #6B6B6B. Windows color (decimal): -11117070 or 15883606. OLE color: 15883606.
HSL color Cylindrical-coordinate representation of color #565DF2: hue angle of 237.31º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #565DF2 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 93 | 242 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.05 |
| HSL | 237.31º | 0.86% | 0.64% | - |
| HSV(B) | 237.31º | 0.64% | 0.95% | - |
| XYZ | 23.78 | 16.22 | 85.88 | - |
| YUV | 107.89 | 203.68 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 93 | 242 | 0.64 | 0.62 | 0 | 0.05 | 237.31 | 0.86 | 0.64 |
| Hex | 56 | 5D | F2 | 40 | 3E | 0 | 5 | ED | 56 | 40 |
| Octal | 126 | 135 | 362 | 100 | 76 | 0 | 5 | 355 | 126 | 100 |
| Binary | 1010110 | 1011101 | 11110010 | 1000000 | 111110 | 0 | 101 | 11101101 | 1010110 | 1000000 |
Color Harmonies of #565DF2
Complementary color
Monochromatic Colors of #565DF2
Black with #565DF2
Text Example
Text Example
White with #565DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565DF2; }
p { color: rgb(86,93,242); }
H1.HeaderClassName
{
color: #565DF2;
}
.AnyTagClassName
{
color: #565DF2;
}
</style>
background-color css
<style>
a { background-color: #565DF2; }
a { background-color: rgb(86,93,242); }
div.DivClassName
{
background-color: #565DF2;
}
.BgClassName
{
background-color: #565DF2;
}
</style>
border-color css
<style>
span { border-color: #565DF2; }
span { border-color: rgb(86,93,242); }
td.TdClassName
{
border-color: #565DF2;
}
.TagClassName
{
border-color: #565DF2;
}
</style>