Shades of Neon Blue #564FF0
Tints of Neon Blue #564FF0
RGB
CMYK
RGB Variations
Color information
#564FF0 (or 0x564FF0) is known color: Neon Blue. HEX triplet: 56, 4F and F0. RGB value is (86,79,240). Sum of RGB (Red+Green+Blue) = 86+79+240=405 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.23% from 405); Green value is 79 (31.25% from 255 or 19.51% from 405); Blue value is 240 (94.14% from 255 or 59.26% from 405); Max value from RGB is 240 - color contains mainly: blue. Hex color #564FF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #564FF0 is #A9B00F. Grayscale: #626262. Windows color (decimal): -11120656 or 15748950. OLE color: 15748950.
HSL color Cylindrical-coordinate representation of color #564FF0: hue angle of 242.61º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #564FF0 is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 79 | 240 | - |
| CMYK | 0.64 | 0.67 | 0 | 0.06 |
| HSL | 242.61º | 0.84% | 0.63% | - |
| HSV(B) | 242.61º | 0.67% | 0.94% | - |
| XYZ | 22.36 | 13.86 | 83.94 | - |
| YUV | 99.45 | 207.32 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 79 | 240 | 0.64 | 0.67 | 0 | 0.06 | 242.61 | 0.84 | 0.63 |
| Hex | 56 | 4F | F0 | 40 | 43 | 0 | 6 | F3 | 54 | 3F |
| Octal | 126 | 117 | 360 | 100 | 103 | 0 | 6 | 363 | 124 | 77 |
| Binary | 1010110 | 1001111 | 11110000 | 1000000 | 1000011 | 0 | 110 | 11110011 | 1010100 | 111111 |
Color Harmonies of #564FF0
Complementary color
Monochromatic Colors of #564FF0
Black with #564FF0
Text Example
Text Example
White with #564FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564FF0; }
p { color: rgb(86,79,240); }
H1.HeaderClassName
{
color: #564FF0;
}
.AnyTagClassName
{
color: #564FF0;
}
</style>
background-color css
<style>
a { background-color: #564FF0; }
a { background-color: rgb(86,79,240); }
div.DivClassName
{
background-color: #564FF0;
}
.BgClassName
{
background-color: #564FF0;
}
</style>
border-color css
<style>
span { border-color: #564FF0; }
span { border-color: rgb(86,79,240); }
td.TdClassName
{
border-color: #564FF0;
}
.TagClassName
{
border-color: #564FF0;
}
</style>