Shades of Neon Blue #565BED
Tints of Neon Blue #565BED
RGB
CMYK
RGB Variations
Color information
#565BED (or 0x565BED) is known color: Neon Blue. HEX triplet: 56, 5B and ED. RGB value is (86,91,237). Sum of RGB (Red+Green+Blue) = 86+91+237=414 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.77% from 414); Green value is 91 (35.94% from 255 or 21.98% from 414); Blue value is 237 (92.97% from 255 or 57.25% from 414); Max value from RGB is 237 - color contains mainly: blue. Hex color #565BED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #565BED is #A9A412. Grayscale: #696969. Windows color (decimal): -11117587 or 15555414. OLE color: 15555414.
HSL color Cylindrical-coordinate representation of color #565BED: hue angle of 238.01º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #565BED is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 91 | 237 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.07 |
| HSL | 238.01º | 0.81% | 0.63% | - |
| HSV(B) | 238.01º | 0.64% | 0.93% | - |
| XYZ | 22.86 | 15.58 | 81.92 | - |
| YUV | 106.15 | 201.84 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 91 | 237 | 0.64 | 0.62 | 0 | 0.07 | 238.01 | 0.81 | 0.63 |
| Hex | 56 | 5B | ED | 40 | 3E | 0 | 7 | EE | 51 | 3F |
| Octal | 126 | 133 | 355 | 100 | 76 | 0 | 7 | 356 | 121 | 77 |
| Binary | 1010110 | 1011011 | 11101101 | 1000000 | 111110 | 0 | 111 | 11101110 | 1010001 | 111111 |
Color Harmonies of #565BED
Complementary color
Monochromatic Colors of #565BED
Black with #565BED
Text Example
Text Example
White with #565BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565BED; }
p { color: rgb(86,91,237); }
H1.HeaderClassName
{
color: #565BED;
}
.AnyTagClassName
{
color: #565BED;
}
</style>
background-color css
<style>
a { background-color: #565BED; }
a { background-color: rgb(86,91,237); }
div.DivClassName
{
background-color: #565BED;
}
.BgClassName
{
background-color: #565BED;
}
</style>
border-color css
<style>
span { border-color: #565BED; }
span { border-color: rgb(86,91,237); }
td.TdClassName
{
border-color: #565BED;
}
.TagClassName
{
border-color: #565BED;
}
</style>