Shades of Neon Blue #564BF2
Tints of Neon Blue #564BF2
RGB
CMYK
RGB Variations
Color information
#564BF2 (or 0x564BF2) is known color: Neon Blue. HEX triplet: 56, 4B and F2. RGB value is (86,75,242). Sum of RGB (Red+Green+Blue) = 86+75+242=403 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.34% from 403); Green value is 75 (29.69% from 255 or 18.61% from 403); Blue value is 242 (94.92% from 255 or 60.05% from 403); Max value from RGB is 242 - color contains mainly: blue. Hex color #564BF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #564BF2 is #A9B40D. Grayscale: #606060. Windows color (decimal): -11121678 or 15878998. OLE color: 15878998.
HSL color Cylindrical-coordinate representation of color #564BF2: hue angle of 243.95º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #564BF2 is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 75 | 242 | - |
| CMYK | 0.64 | 0.69 | 0 | 0.05 |
| HSL | 243.95º | 0.87% | 0.62% | - |
| HSV(B) | 243.95º | 0.69% | 0.95% | - |
| XYZ | 22.38 | 13.42 | 85.42 | - |
| YUV | 97.33 | 209.64 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 75 | 242 | 0.64 | 0.69 | 0 | 0.05 | 243.95 | 0.87 | 0.62 |
| Hex | 56 | 4B | F2 | 40 | 45 | 0 | 5 | F4 | 57 | 3E |
| Octal | 126 | 113 | 362 | 100 | 105 | 0 | 5 | 364 | 127 | 76 |
| Binary | 1010110 | 1001011 | 11110010 | 1000000 | 1000101 | 0 | 101 | 11110100 | 1010111 | 111110 |
Color Harmonies of #564BF2
Complementary color
Monochromatic Colors of #564BF2
Black with #564BF2
Text Example
Text Example
White with #564BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564BF2; }
p { color: rgb(86,75,242); }
H1.HeaderClassName
{
color: #564BF2;
}
.AnyTagClassName
{
color: #564BF2;
}
</style>
background-color css
<style>
a { background-color: #564BF2; }
a { background-color: rgb(86,75,242); }
div.DivClassName
{
background-color: #564BF2;
}
.BgClassName
{
background-color: #564BF2;
}
</style>
border-color css
<style>
span { border-color: #564BF2; }
span { border-color: rgb(86,75,242); }
td.TdClassName
{
border-color: #564BF2;
}
.TagClassName
{
border-color: #564BF2;
}
</style>