Shades of Neon Pink #F564CC
Tints of Neon Pink #F564CC
RGB
CMYK
RGB Variations
Color information
#F564CC (or 0xF564CC) is known color: Neon Pink. HEX triplet: F5, 64 and CC. RGB value is (245,100,204). Sum of RGB (Red+Green+Blue) = 245+100+204=549 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.63% from 549); Green value is 100 (39.45% from 255 or 18.21% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 245 - color contains mainly: red. Hex color #F564CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F564CC is #0A9B33. Grayscale: #9A9A9A. Windows color (decimal): -695092 or 13395189. OLE color: 13395189.
HSL color Cylindrical-coordinate representation of color #F564CC: hue angle of 316.97º 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 #F564CC is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 100 | 204 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.04 |
| HSL | 316.97º | 0.88% | 0.68% | - |
| HSV(B) | 316.97º | 0.59% | 0.96% | - |
| XYZ | 53.11 | 32.89 | 60.68 | - |
| YUV | 155.21 | 155.54 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 100 | 204 | 0 | 0.59 | 0.17 | 0.04 | 316.97 | 0.88 | 0.68 |
| Hex | F5 | 64 | CC | 0 | 3B | 11 | 4 | 13D | 58 | 44 |
| Octal | 365 | 144 | 314 | 0 | 73 | 21 | 4 | 475 | 130 | 104 |
| Binary | 11110101 | 1100100 | 11001100 | 0 | 111011 | 10001 | 100 | 100111101 | 1011000 | 1000100 |
Color Harmonies of #F564CC
Complementary color
Monochromatic Colors of #F564CC
Black with #F564CC
Text Example
Text Example
White with #F564CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F564CC; }
p { color: rgb(245,100,204); }
H1.HeaderClassName
{
color: #F564CC;
}
.AnyTagClassName
{
color: #F564CC;
}
</style>
background-color css
<style>
a { background-color: #F564CC; }
a { background-color: rgb(245,100,204); }
div.DivClassName
{
background-color: #F564CC;
}
.BgClassName
{
background-color: #F564CC;
}
</style>
border-color css
<style>
span { border-color: #F564CC; }
span { border-color: rgb(245,100,204); }
td.TdClassName
{
border-color: #F564CC;
}
.TagClassName
{
border-color: #F564CC;
}
</style>