Shades of Neon Blue #565AE5
Tints of Neon Blue #565AE5
RGB
CMYK
RGB Variations
Color information
#565AE5 (or 0x565AE5) is known color: Neon Blue. HEX triplet: 56, 5A and E5. RGB value is (86,90,229). Sum of RGB (Red+Green+Blue) = 86+90+229=405 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.23% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 229 (89.84% from 255 or 56.54% from 405); Max value from RGB is 229 - color contains mainly: blue. Hex color #565AE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565AE5 is #A9A51A. Grayscale: #686868. Windows color (decimal): -11117851 or 15030870. OLE color: 15030870.
HSL color Cylindrical-coordinate representation of color #565AE5: hue angle of 238.32º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #565AE5 is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 86 | 90 | 229 | - |
| CMYK | 0.62 | 0.61 | 0 | 0.10 |
| HSL | 238.32º | 0.73% | 0.62% | - |
| HSV(B) | 238.32º | 0.62% | 0.9% | - |
| XYZ | 21.64 | 14.95 | 75.87 | - |
| YUV | 104.65 | 198.17 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 90 | 229 | 0.62 | 0.61 | 0 | 0.10 | 238.32 | 0.73 | 0.62 |
| Hex | 56 | 5A | E5 | 3E | 3D | 0 | A | EE | 49 | 3E |
| Octal | 126 | 132 | 345 | 76 | 75 | 0 | 12 | 356 | 111 | 76 |
| Binary | 1010110 | 1011010 | 11100101 | 111110 | 111101 | 0 | 1010 | 11101110 | 1001001 | 111110 |
Color Harmonies of #565AE5
Complementary color
Monochromatic Colors of #565AE5
Black with #565AE5
Text Example
Text Example
White with #565AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565AE5; }
p { color: rgb(86,90,229); }
H1.HeaderClassName
{
color: #565AE5;
}
.AnyTagClassName
{
color: #565AE5;
}
</style>
background-color css
<style>
a { background-color: #565AE5; }
a { background-color: rgb(86,90,229); }
div.DivClassName
{
background-color: #565AE5;
}
.BgClassName
{
background-color: #565AE5;
}
</style>
border-color css
<style>
span { border-color: #565AE5; }
span { border-color: rgb(86,90,229); }
td.TdClassName
{
border-color: #565AE5;
}
.TagClassName
{
border-color: #565AE5;
}
</style>