Shades of Neon Blue #565CEA
Tints of Neon Blue #565CEA
RGB
CMYK
RGB Variations
Color information
#565CEA (or 0x565CEA) is known color: Neon Blue. HEX triplet: 56, 5C and EA. RGB value is (86,92,234). Sum of RGB (Red+Green+Blue) = 86+92+234=412 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.87% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 234 (91.80% from 255 or 56.80% from 412); Max value from RGB is 234 - color contains mainly: blue. Hex color #565CEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #565CEA is #A9A315. Grayscale: #696969. Windows color (decimal): -11117334 or 15359062. OLE color: 15359062.
HSL color Cylindrical-coordinate representation of color #565CEA: hue angle of 237.57º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #565CEA is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 86 | 92 | 234 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.08 |
| HSL | 237.57º | 0.78% | 0.63% | - |
| HSV(B) | 237.57º | 0.63% | 0.92% | - |
| XYZ | 22.52 | 15.57 | 79.66 | - |
| YUV | 106.39 | 200.01 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 92 | 234 | 0.63 | 0.61 | 0 | 0.08 | 237.57 | 0.78 | 0.63 |
| Hex | 56 | 5C | EA | 3F | 3D | 0 | 8 | EE | 4E | 3F |
| Octal | 126 | 134 | 352 | 77 | 75 | 0 | 10 | 356 | 116 | 77 |
| Binary | 1010110 | 1011100 | 11101010 | 111111 | 111101 | 0 | 1000 | 11101110 | 1001110 | 111111 |
Color Harmonies of #565CEA
Complementary color
Monochromatic Colors of #565CEA
Black with #565CEA
Text Example
Text Example
White with #565CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565CEA; }
p { color: rgb(86,92,234); }
H1.HeaderClassName
{
color: #565CEA;
}
.AnyTagClassName
{
color: #565CEA;
}
</style>
background-color css
<style>
a { background-color: #565CEA; }
a { background-color: rgb(86,92,234); }
div.DivClassName
{
background-color: #565CEA;
}
.BgClassName
{
background-color: #565CEA;
}
</style>
border-color css
<style>
span { border-color: #565CEA; }
span { border-color: rgb(86,92,234); }
td.TdClassName
{
border-color: #565CEA;
}
.TagClassName
{
border-color: #565CEA;
}
</style>