Shades of Neon Blue #565FFD
Tints of Neon Blue #565FFD
RGB
CMYK
RGB Variations
Color information
#565FFD (or 0x565FFD) is known color: Neon Blue. HEX triplet: 56, 5F and FD. RGB value is (86,95,253). Sum of RGB (Red+Green+Blue) = 86+95+253=434 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.82% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 253 (99.22% from 255 or 58.29% from 434); Max value from RGB is 253 - color contains mainly: blue. Hex color #565FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #565FFD is #A9A002. Grayscale: #6D6D6D. Windows color (decimal): -11116547 or 16605014. OLE color: 16605014.
HSL color Cylindrical-coordinate representation of color #565FFD: hue angle of 236.77º degrees, saturation: 0.98, 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 #565FFD is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 95 | 253 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.01 |
| HSL | 236.77º | 0.98% | 0.66% | - |
| HSV(B) | 236.77º | 0.66% | 0.99% | - |
| XYZ | 25.66 | 17.25 | 94.91 | - |
| YUV | 110.32 | 208.52 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 95 | 253 | 0.66 | 0.62 | 0 | 0.01 | 236.77 | 0.98 | 0.66 |
| Hex | 56 | 5F | FD | 42 | 3E | 0 | 1 | ED | 62 | 42 |
| Octal | 126 | 137 | 375 | 102 | 76 | 0 | 1 | 355 | 142 | 102 |
| Binary | 1010110 | 1011111 | 11111101 | 1000010 | 111110 | 0 | 1 | 11101101 | 1100010 | 1000010 |
Color Harmonies of #565FFD
Complementary color
Monochromatic Colors of #565FFD
Black with #565FFD
Text Example
Text Example
White with #565FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565FFD; }
p { color: rgb(86,95,253); }
H1.HeaderClassName
{
color: #565FFD;
}
.AnyTagClassName
{
color: #565FFD;
}
</style>
background-color css
<style>
a { background-color: #565FFD; }
a { background-color: rgb(86,95,253); }
div.DivClassName
{
background-color: #565FFD;
}
.BgClassName
{
background-color: #565FFD;
}
</style>
border-color css
<style>
span { border-color: #565FFD; }
span { border-color: rgb(86,95,253); }
td.TdClassName
{
border-color: #565FFD;
}
.TagClassName
{
border-color: #565FFD;
}
</style>