Shades of Neon Pink #F564D2
Tints of Neon Pink #F564D2
RGB
CMYK
RGB Variations
Color information
#F564D2 (or 0xF564D2) is known color: Neon Pink. HEX triplet: F5, 64 and D2. RGB value is (245,100,210). Sum of RGB (Red+Green+Blue) = 245+100+210=555 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.14% from 555); Green value is 100 (39.45% from 255 or 18.02% from 555); Blue value is 210 (82.42% from 255 or 37.84% from 555); Max value from RGB is 245 - color contains mainly: red. Hex color #F564D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F564D2 is #0A9B2D. Grayscale: #9B9B9B. Windows color (decimal): -695086 or 13788405. OLE color: 13788405.
HSL color Cylindrical-coordinate representation of color #F564D2: hue angle of 314.48º 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 #F564D2 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 100 | 210 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.04 |
| HSL | 314.48º | 0.88% | 0.68% | - |
| HSV(B) | 314.48º | 0.59% | 0.96% | - |
| XYZ | 53.85 | 33.18 | 64.54 | - |
| YUV | 155.9 | 158.54 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 100 | 210 | 0 | 0.59 | 0.14 | 0.04 | 314.48 | 0.88 | 0.68 |
| Hex | F5 | 64 | D2 | 0 | 3B | E | 4 | 13A | 58 | 44 |
| Octal | 365 | 144 | 322 | 0 | 73 | 16 | 4 | 472 | 130 | 104 |
| Binary | 11110101 | 1100100 | 11010010 | 0 | 111011 | 1110 | 100 | 100111010 | 1011000 | 1000100 |
Color Harmonies of #F564D2
Complementary color
Monochromatic Colors of #F564D2
Black with #F564D2
Text Example
Text Example
White with #F564D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F564D2; }
p { color: rgb(245,100,210); }
H1.HeaderClassName
{
color: #F564D2;
}
.AnyTagClassName
{
color: #F564D2;
}
</style>
background-color css
<style>
a { background-color: #F564D2; }
a { background-color: rgb(245,100,210); }
div.DivClassName
{
background-color: #F564D2;
}
.BgClassName
{
background-color: #F564D2;
}
</style>
border-color css
<style>
span { border-color: #F564D2; }
span { border-color: rgb(245,100,210); }
td.TdClassName
{
border-color: #F564D2;
}
.TagClassName
{
border-color: #F564D2;
}
</style>