Shades of Neon Pink #F579CF
Tints of Neon Pink #F579CF
RGB
CMYK
RGB Variations
Color information
#F579CF (or 0xF579CF) is known color: Neon Pink. HEX triplet: F5, 79 and CF. RGB value is (245,121,207). Sum of RGB (Red+Green+Blue) = 245+121+207=573 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.76% from 573); Green value is 121 (47.66% from 255 or 21.12% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 245 - color contains mainly: red. Hex color #F579CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F579CF is #0A8630. Grayscale: #A7A7A7. Windows color (decimal): -689713 or 13597173. OLE color: 13597173.
HSL color Cylindrical-coordinate representation of color #F579CF: hue angle of 318.39º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F579CF is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 121 | 207 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.04 |
| HSL | 318.39º | 0.86% | 0.72% | - |
| HSV(B) | 318.39º | 0.51% | 0.96% | - |
| XYZ | 55.76 | 37.59 | 63.35 | - |
| YUV | 167.88 | 150.08 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 121 | 207 | 0 | 0.51 | 0.16 | 0.04 | 318.39 | 0.86 | 0.72 |
| Hex | F5 | 79 | CF | 0 | 33 | 10 | 4 | 13E | 56 | 48 |
| Octal | 365 | 171 | 317 | 0 | 63 | 20 | 4 | 476 | 126 | 110 |
| Binary | 11110101 | 1111001 | 11001111 | 0 | 110011 | 10000 | 100 | 100111110 | 1010110 | 1001000 |
Color Harmonies of #F579CF
Complementary color
Monochromatic Colors of #F579CF
Black with #F579CF
Text Example
Text Example
White with #F579CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F579CF; }
p { color: rgb(245,121,207); }
H1.HeaderClassName
{
color: #F579CF;
}
.AnyTagClassName
{
color: #F579CF;
}
</style>
background-color css
<style>
a { background-color: #F579CF; }
a { background-color: rgb(245,121,207); }
div.DivClassName
{
background-color: #F579CF;
}
.BgClassName
{
background-color: #F579CF;
}
</style>
border-color css
<style>
span { border-color: #F579CF; }
span { border-color: rgb(245,121,207); }
td.TdClassName
{
border-color: #F579CF;
}
.TagClassName
{
border-color: #F579CF;
}
</style>