Shades of Neon Blue #565BFC
Tints of Neon Blue #565BFC
RGB
CMYK
RGB Variations
Color information
#565BFC (or 0x565BFC) is known color: Neon Blue. HEX triplet: 56, 5B and FC. RGB value is (86,91,252). Sum of RGB (Red+Green+Blue) = 86+91+252=429 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.05% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 252 (98.83% from 255 or 58.74% from 429); Max value from RGB is 252 - color contains mainly: blue. Hex color #565BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #565BFC is #A9A403. Grayscale: #6B6B6B. Windows color (decimal): -11117572 or 16538454. OLE color: 16538454.
HSL color Cylindrical-coordinate representation of color #565BFC: hue angle of 238.19º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #565BFC is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 91 | 252 | - |
| CMYK | 0.66 | 0.64 | 0 | 0.01 |
| HSL | 238.19º | 0.97% | 0.66% | - |
| HSV(B) | 238.19º | 0.66% | 0.99% | - |
| XYZ | 25.15 | 16.49 | 93.95 | - |
| YUV | 107.86 | 209.34 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 91 | 252 | 0.66 | 0.64 | 0 | 0.01 | 238.19 | 0.97 | 0.66 |
| Hex | 56 | 5B | FC | 42 | 40 | 0 | 1 | EE | 61 | 42 |
| Octal | 126 | 133 | 374 | 102 | 100 | 0 | 1 | 356 | 141 | 102 |
| Binary | 1010110 | 1011011 | 11111100 | 1000010 | 1000000 | 0 | 1 | 11101110 | 1100001 | 1000010 |
Color Harmonies of #565BFC
Complementary color
Monochromatic Colors of #565BFC
Black with #565BFC
Text Example
Text Example
White with #565BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565BFC; }
p { color: rgb(86,91,252); }
H1.HeaderClassName
{
color: #565BFC;
}
.AnyTagClassName
{
color: #565BFC;
}
</style>
background-color css
<style>
a { background-color: #565BFC; }
a { background-color: rgb(86,91,252); }
div.DivClassName
{
background-color: #565BFC;
}
.BgClassName
{
background-color: #565BFC;
}
</style>
border-color css
<style>
span { border-color: #565BFC; }
span { border-color: rgb(86,91,252); }
td.TdClassName
{
border-color: #565BFC;
}
.TagClassName
{
border-color: #565BFC;
}
</style>