Shades of Neon Pink #F564CF
Tints of Neon Pink #F564CF
RGB
CMYK
RGB Variations
Color information
#F564CF (or 0xF564CF) is known color: Neon Pink. HEX triplet: F5, 64 and CF. RGB value is (245,100,207). Sum of RGB (Red+Green+Blue) = 245+100+207=552 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.38% from 552); Green value is 100 (39.45% from 255 or 18.12% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 245 - color contains mainly: red. Hex color #F564CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F564CF is #0A9B30. Grayscale: #9B9B9B. Windows color (decimal): -695089 or 13591797. OLE color: 13591797.
HSL color Cylindrical-coordinate representation of color #F564CF: hue angle of 315.72º 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 #F564CF is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 100 | 207 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.04 |
| HSL | 315.72º | 0.88% | 0.68% | - |
| HSV(B) | 315.72º | 0.59% | 0.96% | - |
| XYZ | 53.48 | 33.03 | 62.59 | - |
| YUV | 155.55 | 157.04 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 100 | 207 | 0 | 0.59 | 0.16 | 0.04 | 315.72 | 0.88 | 0.68 |
| Hex | F5 | 64 | CF | 0 | 3B | 10 | 4 | 13C | 58 | 44 |
| Octal | 365 | 144 | 317 | 0 | 73 | 20 | 4 | 474 | 130 | 104 |
| Binary | 11110101 | 1100100 | 11001111 | 0 | 111011 | 10000 | 100 | 100111100 | 1011000 | 1000100 |
Color Harmonies of #F564CF
Complementary color
Monochromatic Colors of #F564CF
Black with #F564CF
Text Example
Text Example
White with #F564CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F564CF; }
p { color: rgb(245,100,207); }
H1.HeaderClassName
{
color: #F564CF;
}
.AnyTagClassName
{
color: #F564CF;
}
</style>
background-color css
<style>
a { background-color: #F564CF; }
a { background-color: rgb(245,100,207); }
div.DivClassName
{
background-color: #F564CF;
}
.BgClassName
{
background-color: #F564CF;
}
</style>
border-color css
<style>
span { border-color: #F564CF; }
span { border-color: rgb(245,100,207); }
td.TdClassName
{
border-color: #F564CF;
}
.TagClassName
{
border-color: #F564CF;
}
</style>