Shades of Neon Pink #F572CF
Tints of Neon Pink #F572CF
RGB
CMYK
RGB Variations
Color information
#F572CF (or 0xF572CF) is known color: Neon Pink. HEX triplet: F5, 72 and CF. RGB value is (245,114,207). Sum of RGB (Red+Green+Blue) = 245+114+207=566 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.29% from 566); Green value is 114 (44.92% from 255 or 20.14% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 245 - color contains mainly: red. Hex color #F572CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F572CF is #0A8D30. Grayscale: #A3A3A3. Windows color (decimal): -691505 or 13595381. OLE color: 13595381.
HSL color Cylindrical-coordinate representation of color #F572CF: hue angle of 317.4º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F572CF is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 114 | 207 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.04 |
| HSL | 317.4º | 0.87% | 0.7% | - |
| HSV(B) | 317.4º | 0.53% | 0.96% | - |
| XYZ | 54.94 | 35.95 | 63.08 | - |
| YUV | 163.77 | 152.4 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 114 | 207 | 0 | 0.53 | 0.16 | 0.04 | 317.4 | 0.87 | 0.7 |
| Hex | F5 | 72 | CF | 0 | 35 | 10 | 4 | 13D | 57 | 46 |
| Octal | 365 | 162 | 317 | 0 | 65 | 20 | 4 | 475 | 127 | 106 |
| Binary | 11110101 | 1110010 | 11001111 | 0 | 110101 | 10000 | 100 | 100111101 | 1010111 | 1000110 |
Color Harmonies of #F572CF
Complementary color
Monochromatic Colors of #F572CF
Black with #F572CF
Text Example
Text Example
White with #F572CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F572CF; }
p { color: rgb(245,114,207); }
H1.HeaderClassName
{
color: #F572CF;
}
.AnyTagClassName
{
color: #F572CF;
}
</style>
background-color css
<style>
a { background-color: #F572CF; }
a { background-color: rgb(245,114,207); }
div.DivClassName
{
background-color: #F572CF;
}
.BgClassName
{
background-color: #F572CF;
}
</style>
border-color css
<style>
span { border-color: #F572CF; }
span { border-color: rgb(245,114,207); }
td.TdClassName
{
border-color: #F572CF;
}
.TagClassName
{
border-color: #F572CF;
}
</style>