Shades of Neon Pink #F564D3
Tints of Neon Pink #F564D3
RGB
CMYK
RGB Variations
Color information
#F564D3 (or 0xF564D3) is known color: Neon Pink. HEX triplet: F5, 64 and D3. RGB value is (245,100,211). Sum of RGB (Red+Green+Blue) = 245+100+211=556 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.06% from 556); Green value is 100 (39.45% from 255 or 17.99% from 556); Blue value is 211 (82.81% from 255 or 37.95% from 556); Max value from RGB is 245 - color contains mainly: red. Hex color #F564D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F564D3 is #0A9B2C. Grayscale: #9B9B9B. Windows color (decimal): -695085 or 13853941. OLE color: 13853941.
HSL color Cylindrical-coordinate representation of color #F564D3: hue angle of 314.07º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F564D3 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 100 | 211 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.04 |
| HSL | 314.07º | 0.88% | 0.68% | - |
| HSV(B) | 314.07º | 0.59% | 0.96% | - |
| XYZ | 53.97 | 33.23 | 65.2 | - |
| YUV | 156.01 | 159.04 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 100 | 211 | 0 | 0.59 | 0.14 | 0.04 | 314.07 | 0.88 | 0.68 |
| Hex | F5 | 64 | D3 | 0 | 3B | E | 4 | 13A | 58 | 44 |
| Octal | 365 | 144 | 323 | 0 | 73 | 16 | 4 | 472 | 130 | 104 |
| Binary | 11110101 | 1100100 | 11010011 | 0 | 111011 | 1110 | 100 | 100111010 | 1011000 | 1000100 |
Color Harmonies of #F564D3
Complementary color
Monochromatic Colors of #F564D3
Black with #F564D3
Text Example
Text Example
White with #F564D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F564D3; }
p { color: rgb(245,100,211); }
H1.HeaderClassName
{
color: #F564D3;
}
.AnyTagClassName
{
color: #F564D3;
}
</style>
background-color css
<style>
a { background-color: #F564D3; }
a { background-color: rgb(245,100,211); }
div.DivClassName
{
background-color: #F564D3;
}
.BgClassName
{
background-color: #F564D3;
}
</style>
border-color css
<style>
span { border-color: #F564D3; }
span { border-color: rgb(245,100,211); }
td.TdClassName
{
border-color: #F564D3;
}
.TagClassName
{
border-color: #F564D3;
}
</style>