Shades of Neon Blue #565AF2
Tints of Neon Blue #565AF2
RGB
CMYK
RGB Variations
Color information
#565AF2 (or 0x565AF2) is known color: Neon Blue. HEX triplet: 56, 5A and F2. RGB value is (86,90,242). Sum of RGB (Red+Green+Blue) = 86+90+242=418 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.57% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 242 (94.92% from 255 or 57.89% from 418); Max value from RGB is 242 - color contains mainly: blue. Hex color #565AF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #565AF2 is #A9A50D. Grayscale: #696969. Windows color (decimal): -11117838 or 15882838. OLE color: 15882838.
HSL color Cylindrical-coordinate representation of color #565AF2: hue angle of 238.46º 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 #565AF2 is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 90 | 242 | - |
| CMYK | 0.64 | 0.63 | 0 | 0.05 |
| HSL | 238.46º | 0.86% | 0.64% | - |
| HSV(B) | 238.46º | 0.64% | 0.95% | - |
| XYZ | 23.52 | 15.7 | 85.8 | - |
| YUV | 106.13 | 204.67 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 90 | 242 | 0.64 | 0.63 | 0 | 0.05 | 238.46 | 0.86 | 0.64 |
| Hex | 56 | 5A | F2 | 40 | 3F | 0 | 5 | EE | 56 | 40 |
| Octal | 126 | 132 | 362 | 100 | 77 | 0 | 5 | 356 | 126 | 100 |
| Binary | 1010110 | 1011010 | 11110010 | 1000000 | 111111 | 0 | 101 | 11101110 | 1010110 | 1000000 |
Color Harmonies of #565AF2
Complementary color
Monochromatic Colors of #565AF2
Black with #565AF2
Text Example
Text Example
White with #565AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565AF2; }
p { color: rgb(86,90,242); }
H1.HeaderClassName
{
color: #565AF2;
}
.AnyTagClassName
{
color: #565AF2;
}
</style>
background-color css
<style>
a { background-color: #565AF2; }
a { background-color: rgb(86,90,242); }
div.DivClassName
{
background-color: #565AF2;
}
.BgClassName
{
background-color: #565AF2;
}
</style>
border-color css
<style>
span { border-color: #565AF2; }
span { border-color: rgb(86,90,242); }
td.TdClassName
{
border-color: #565AF2;
}
.TagClassName
{
border-color: #565AF2;
}
</style>