Shades of Neon Pink #F564CB
Tints of Neon Pink #F564CB
RGB
CMYK
RGB Variations
Color information
#F564CB (or 0xF564CB) is known color: Neon Pink. HEX triplet: F5, 64 and CB. RGB value is (245,100,203). Sum of RGB (Red+Green+Blue) = 245+100+203=548 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.71% from 548); Green value is 100 (39.45% from 255 or 18.25% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 245 - color contains mainly: red. Hex color #F564CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F564CB is #0A9B34. Grayscale: #9A9A9A. Windows color (decimal): -695093 or 13329653. OLE color: 13329653.
HSL color Cylindrical-coordinate representation of color #F564CB: hue angle of 317.38º 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 #F564CB is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 100 | 203 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.04 |
| HSL | 317.38º | 0.88% | 0.68% | - |
| HSV(B) | 317.38º | 0.59% | 0.96% | - |
| XYZ | 52.99 | 32.84 | 60.05 | - |
| YUV | 155.1 | 155.04 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 100 | 203 | 0 | 0.59 | 0.17 | 0.04 | 317.38 | 0.88 | 0.68 |
| Hex | F5 | 64 | CB | 0 | 3B | 11 | 4 | 13D | 58 | 44 |
| Octal | 365 | 144 | 313 | 0 | 73 | 21 | 4 | 475 | 130 | 104 |
| Binary | 11110101 | 1100100 | 11001011 | 0 | 111011 | 10001 | 100 | 100111101 | 1011000 | 1000100 |
Color Harmonies of #F564CB
Complementary color
Monochromatic Colors of #F564CB
Black with #F564CB
Text Example
Text Example
White with #F564CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F564CB; }
p { color: rgb(245,100,203); }
H1.HeaderClassName
{
color: #F564CB;
}
.AnyTagClassName
{
color: #F564CB;
}
</style>
background-color css
<style>
a { background-color: #F564CB; }
a { background-color: rgb(245,100,203); }
div.DivClassName
{
background-color: #F564CB;
}
.BgClassName
{
background-color: #F564CB;
}
</style>
border-color css
<style>
span { border-color: #F564CB; }
span { border-color: rgb(245,100,203); }
td.TdClassName
{
border-color: #F564CB;
}
.TagClassName
{
border-color: #F564CB;
}
</style>