Shades of Neon Blue #564DF3
Tints of Neon Blue #564DF3
RGB
CMYK
RGB Variations
Color information
#564DF3 (or 0x564DF3) is known color: Neon Blue. HEX triplet: 56, 4D and F3. RGB value is (86,77,243). Sum of RGB (Red+Green+Blue) = 86+77+243=406 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.18% from 406); Green value is 77 (30.47% from 255 or 18.97% from 406); Blue value is 243 (95.31% from 255 or 59.85% from 406); Max value from RGB is 243 - color contains mainly: blue. Hex color #564DF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #564DF3 is #A9B20C. Grayscale: #616161. Windows color (decimal): -11121165 or 15945046. OLE color: 15945046.
HSL color Cylindrical-coordinate representation of color #564DF3: hue angle of 243.25º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #564DF3 is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 77 | 243 | - |
| CMYK | 0.65 | 0.68 | 0 | 0.05 |
| HSL | 243.25º | 0.87% | 0.63% | - |
| HSV(B) | 243.25º | 0.68% | 0.95% | - |
| XYZ | 22.67 | 13.76 | 86.25 | - |
| YUV | 98.62 | 209.48 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 77 | 243 | 0.65 | 0.68 | 0 | 0.05 | 243.25 | 0.87 | 0.63 |
| Hex | 56 | 4D | F3 | 41 | 44 | 0 | 5 | F3 | 57 | 3F |
| Octal | 126 | 115 | 363 | 101 | 104 | 0 | 5 | 363 | 127 | 77 |
| Binary | 1010110 | 1001101 | 11110011 | 1000001 | 1000100 | 0 | 101 | 11110011 | 1010111 | 111111 |
Color Harmonies of #564DF3
Complementary color
Monochromatic Colors of #564DF3
Black with #564DF3
Text Example
Text Example
White with #564DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564DF3; }
p { color: rgb(86,77,243); }
H1.HeaderClassName
{
color: #564DF3;
}
.AnyTagClassName
{
color: #564DF3;
}
</style>
background-color css
<style>
a { background-color: #564DF3; }
a { background-color: rgb(86,77,243); }
div.DivClassName
{
background-color: #564DF3;
}
.BgClassName
{
background-color: #564DF3;
}
</style>
border-color css
<style>
span { border-color: #564DF3; }
span { border-color: rgb(86,77,243); }
td.TdClassName
{
border-color: #564DF3;
}
.TagClassName
{
border-color: #564DF3;
}
</style>