Shades of Neon Pink #F564C0
Tints of Neon Pink #F564C0
RGB
CMYK
RGB Variations
Color information
#F564C0 (or 0xF564C0) is known color: Neon Pink. HEX triplet: F5, 64 and C0. RGB value is (245,100,192). Sum of RGB (Red+Green+Blue) = 245+100+192=537 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.62% from 537); Green value is 100 (39.45% from 255 or 18.62% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 245 - color contains mainly: red. Hex color #F564C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F564C0 is #0A9B3F. Grayscale: #999999. Windows color (decimal): -695104 or 12608757. OLE color: 12608757.
HSL color Cylindrical-coordinate representation of color #F564C0: hue angle of 321.93º 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 #F564C0 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 100 | 192 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.04 |
| HSL | 321.93º | 0.88% | 0.68% | - |
| HSV(B) | 321.93º | 0.59% | 0.96% | - |
| XYZ | 51.73 | 32.33 | 53.38 | - |
| YUV | 153.84 | 149.54 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 100 | 192 | 0 | 0.59 | 0.22 | 0.04 | 321.93 | 0.88 | 0.68 |
| Hex | F5 | 64 | C0 | 0 | 3B | 16 | 4 | 142 | 58 | 44 |
| Octal | 365 | 144 | 300 | 0 | 73 | 26 | 4 | 502 | 130 | 104 |
| Binary | 11110101 | 1100100 | 11000000 | 0 | 111011 | 10110 | 100 | 101000010 | 1011000 | 1000100 |
Color Harmonies of #F564C0
Complementary color
Monochromatic Colors of #F564C0
Black with #F564C0
Text Example
Text Example
White with #F564C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F564C0; }
p { color: rgb(245,100,192); }
H1.HeaderClassName
{
color: #F564C0;
}
.AnyTagClassName
{
color: #F564C0;
}
</style>
background-color css
<style>
a { background-color: #F564C0; }
a { background-color: rgb(245,100,192); }
div.DivClassName
{
background-color: #F564C0;
}
.BgClassName
{
background-color: #F564C0;
}
</style>
border-color css
<style>
span { border-color: #F564C0; }
span { border-color: rgb(245,100,192); }
td.TdClassName
{
border-color: #F564C0;
}
.TagClassName
{
border-color: #F564C0;
}
</style>