Shades of Neon Blue #565FF2
Tints of Neon Blue #565FF2
RGB
CMYK
RGB Variations
Color information
#565FF2 (or 0x565FF2) is known color: Neon Blue. HEX triplet: 56, 5F and F2. RGB value is (86,95,242). Sum of RGB (Red+Green+Blue) = 86+95+242=423 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.33% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 242 (94.92% from 255 or 57.21% from 423); Max value from RGB is 242 - color contains mainly: blue. Hex color #565FF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #565FF2 is #A9A00D. Grayscale: #6C6C6C. Windows color (decimal): -11116558 or 15884118. OLE color: 15884118.
HSL color Cylindrical-coordinate representation of color #565FF2: hue angle of 236.54º 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 #565FF2 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 95 | 242 | - |
| CMYK | 0.64 | 0.61 | 0 | 0.05 |
| HSL | 236.54º | 0.86% | 0.64% | - |
| HSV(B) | 236.54º | 0.64% | 0.95% | - |
| XYZ | 23.96 | 16.57 | 85.94 | - |
| YUV | 109.07 | 203.02 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 95 | 242 | 0.64 | 0.61 | 0 | 0.05 | 236.54 | 0.86 | 0.64 |
| Hex | 56 | 5F | F2 | 40 | 3D | 0 | 5 | ED | 56 | 40 |
| Octal | 126 | 137 | 362 | 100 | 75 | 0 | 5 | 355 | 126 | 100 |
| Binary | 1010110 | 1011111 | 11110010 | 1000000 | 111101 | 0 | 101 | 11101101 | 1010110 | 1000000 |
Color Harmonies of #565FF2
Complementary color
Monochromatic Colors of #565FF2
Black with #565FF2
Text Example
Text Example
White with #565FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565FF2; }
p { color: rgb(86,95,242); }
H1.HeaderClassName
{
color: #565FF2;
}
.AnyTagClassName
{
color: #565FF2;
}
</style>
background-color css
<style>
a { background-color: #565FF2; }
a { background-color: rgb(86,95,242); }
div.DivClassName
{
background-color: #565FF2;
}
.BgClassName
{
background-color: #565FF2;
}
</style>
border-color css
<style>
span { border-color: #565FF2; }
span { border-color: rgb(86,95,242); }
td.TdClassName
{
border-color: #565FF2;
}
.TagClassName
{
border-color: #565FF2;
}
</style>