Shades of Neon Blue #565BF3
Tints of Neon Blue #565BF3
RGB
CMYK
RGB Variations
Color information
#565BF3 (or 0x565BF3) is known color: Neon Blue. HEX triplet: 56, 5B and F3. RGB value is (86,91,243). Sum of RGB (Red+Green+Blue) = 86+91+243=420 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.48% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 243 (95.31% from 255 or 57.86% from 420); Max value from RGB is 243 - color contains mainly: blue. Hex color #565BF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #565BF3 is #A9A40C. Grayscale: #6A6A6A. Windows color (decimal): -11117581 or 15948630. OLE color: 15948630.
HSL color Cylindrical-coordinate representation of color #565BF3: hue angle of 238.09º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #565BF3 is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 91 | 243 | - |
| CMYK | 0.65 | 0.63 | 0 | 0.05 |
| HSL | 238.09º | 0.87% | 0.65% | - |
| HSV(B) | 238.09º | 0.65% | 0.95% | - |
| XYZ | 23.76 | 15.93 | 86.62 | - |
| YUV | 106.83 | 204.84 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 91 | 243 | 0.65 | 0.63 | 0 | 0.05 | 238.09 | 0.87 | 0.65 |
| Hex | 56 | 5B | F3 | 41 | 3F | 0 | 5 | EE | 57 | 41 |
| Octal | 126 | 133 | 363 | 101 | 77 | 0 | 5 | 356 | 127 | 101 |
| Binary | 1010110 | 1011011 | 11110011 | 1000001 | 111111 | 0 | 101 | 11101110 | 1010111 | 1000001 |
Color Harmonies of #565BF3
Complementary color
Monochromatic Colors of #565BF3
Black with #565BF3
Text Example
Text Example
White with #565BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565BF3; }
p { color: rgb(86,91,243); }
H1.HeaderClassName
{
color: #565BF3;
}
.AnyTagClassName
{
color: #565BF3;
}
</style>
background-color css
<style>
a { background-color: #565BF3; }
a { background-color: rgb(86,91,243); }
div.DivClassName
{
background-color: #565BF3;
}
.BgClassName
{
background-color: #565BF3;
}
</style>
border-color css
<style>
span { border-color: #565BF3; }
span { border-color: rgb(86,91,243); }
td.TdClassName
{
border-color: #565BF3;
}
.TagClassName
{
border-color: #565BF3;
}
</style>