Shades of Neon Blue #565BF1
Tints of Neon Blue #565BF1
RGB
CMYK
RGB Variations
Color information
#565BF1 (or 0x565BF1) is known color: Neon Blue. HEX triplet: 56, 5B and F1. RGB value is (86,91,241). Sum of RGB (Red+Green+Blue) = 86+91+241=418 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.57% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 241 (94.53% from 255 or 57.66% from 418); Max value from RGB is 241 - color contains mainly: blue. Hex color #565BF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #565BF1 is #A9A40E. Grayscale: #6A6A6A. Windows color (decimal): -11117583 or 15817558. OLE color: 15817558.
HSL color Cylindrical-coordinate representation of color #565BF1: hue angle of 238.06º degrees, saturation: 0.85, 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 #565BF1 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 91 | 241 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.05 |
| HSL | 238.06º | 0.85% | 0.64% | - |
| HSV(B) | 238.06º | 0.64% | 0.95% | - |
| XYZ | 23.46 | 15.81 | 85.03 | - |
| YUV | 106.61 | 203.84 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 91 | 241 | 0.64 | 0.62 | 0 | 0.05 | 238.06 | 0.85 | 0.64 |
| Hex | 56 | 5B | F1 | 40 | 3E | 0 | 5 | EE | 55 | 40 |
| Octal | 126 | 133 | 361 | 100 | 76 | 0 | 5 | 356 | 125 | 100 |
| Binary | 1010110 | 1011011 | 11110001 | 1000000 | 111110 | 0 | 101 | 11101110 | 1010101 | 1000000 |
Color Harmonies of #565BF1
Complementary color
Monochromatic Colors of #565BF1
Black with #565BF1
Text Example
Text Example
White with #565BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565BF1; }
p { color: rgb(86,91,241); }
H1.HeaderClassName
{
color: #565BF1;
}
.AnyTagClassName
{
color: #565BF1;
}
</style>
background-color css
<style>
a { background-color: #565BF1; }
a { background-color: rgb(86,91,241); }
div.DivClassName
{
background-color: #565BF1;
}
.BgClassName
{
background-color: #565BF1;
}
</style>
border-color css
<style>
span { border-color: #565BF1; }
span { border-color: rgb(86,91,241); }
td.TdClassName
{
border-color: #565BF1;
}
.TagClassName
{
border-color: #565BF1;
}
</style>