Shades of Neon Blue #565FFF
Tints of Neon Blue #565FFF
RGB
CMYK
RGB Variations
Color information
#565FFF (or 0x565FFF) is known color: Neon Blue. HEX triplet: 56, 5F and FF. RGB value is (86,95,255). Sum of RGB (Red+Green+Blue) = 86+95+255=436 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.72% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #565FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #565FFF is #A9A000. Grayscale: #6D6D6D. Windows color (decimal): -11116545 or 16736086. OLE color: 16736086.
HSL color Cylindrical-coordinate representation of color #565FFF: hue angle of 236.8º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #565FFF is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 95 | 255 | - |
| CMYK | 0.66 | 0.63 | 0 | 0 |
| HSL | 236.8º | 1% | 0.67% | - |
| HSV(B) | 236.8º | 0.66% | 1% | - |
| XYZ | 25.98 | 17.38 | 96.59 | - |
| YUV | 110.55 | 209.52 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 95 | 255 | 0.66 | 0.63 | 0 | 0 | 236.8 | 1 | 0.67 |
| Hex | 56 | 5F | FF | 42 | 3F | 0 | 0 | ED | 64 | 43 |
| Octal | 126 | 137 | 377 | 102 | 77 | 0 | 0 | 355 | 144 | 103 |
| Binary | 1010110 | 1011111 | 11111111 | 1000010 | 111111 | 0 | 0 | 11101101 | 1100100 | 1000011 |
Color Harmonies of #565FFF
Complementary color
Monochromatic Colors of #565FFF
Black with #565FFF
Text Example
Text Example
White with #565FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565FFF; }
p { color: rgb(86,95,255); }
H1.HeaderClassName
{
color: #565FFF;
}
.AnyTagClassName
{
color: #565FFF;
}
</style>
background-color css
<style>
a { background-color: #565FFF; }
a { background-color: rgb(86,95,255); }
div.DivClassName
{
background-color: #565FFF;
}
.BgClassName
{
background-color: #565FFF;
}
</style>
border-color css
<style>
span { border-color: #565FFF; }
span { border-color: rgb(86,95,255); }
td.TdClassName
{
border-color: #565FFF;
}
.TagClassName
{
border-color: #565FFF;
}
</style>