Shades of Neon Pink #FF79CF
Tints of Neon Pink #FF79CF
RGB
CMYK
RGB Variations
Color information
#FF79CF (or 0xFF79CF) is known color: Neon Pink. HEX triplet: FF, 79 and CF. RGB value is (255,121,207). Sum of RGB (Red+Green+Blue) = 255+121+207=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 121 (47.66% from 255 or 20.75% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FF79CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF79CF is #008630. Grayscale: #AAAAAA. Windows color (decimal): -34353 or 13597183. OLE color: 13597183.
HSL color Cylindrical-coordinate representation of color #FF79CF: hue angle of 321.49º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF79CF is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 121 | 207 | - |
| CMYK | 0 | 0.53 | 0.19 | 0 |
| HSL | 321.49º | 1% | 0.74% | - |
| HSV(B) | 321.49º | 0.53% | 1% | - |
| XYZ | 59.34 | 39.44 | 63.52 | - |
| YUV | 170.87 | 148.39 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 121 | 207 | 0 | 0.53 | 0.19 | 0 | 321.49 | 1 | 0.74 |
| Hex | FF | 79 | CF | 0 | 35 | 13 | 0 | 141 | 64 | 4A |
| Octal | 377 | 171 | 317 | 0 | 65 | 23 | 0 | 501 | 144 | 112 |
| Binary | 11111111 | 1111001 | 11001111 | 0 | 110101 | 10011 | 0 | 101000001 | 1100100 | 1001010 |
Color Harmonies of #FF79CF
Complementary color
Monochromatic Colors of #FF79CF
Black with #FF79CF
Text Example
Text Example
White with #FF79CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF79CF; }
p { color: rgb(255,121,207); }
H1.HeaderClassName
{
color: #FF79CF;
}
.AnyTagClassName
{
color: #FF79CF;
}
</style>
background-color css
<style>
a { background-color: #FF79CF; }
a { background-color: rgb(255,121,207); }
div.DivClassName
{
background-color: #FF79CF;
}
.BgClassName
{
background-color: #FF79CF;
}
</style>
border-color css
<style>
span { border-color: #FF79CF; }
span { border-color: rgb(255,121,207); }
td.TdClassName
{
border-color: #FF79CF;
}
.TagClassName
{
border-color: #FF79CF;
}
</style>