Shades of Neon Pink #FF79CA
Tints of Neon Pink #FF79CA
RGB
CMYK
RGB Variations
Color information
#FF79CA (or 0xFF79CA) is known color: Neon Pink. HEX triplet: FF, 79 and CA. RGB value is (255,121,202). Sum of RGB (Red+Green+Blue) = 255+121+202=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 121 (47.66% from 255 or 20.93% from 578); Blue value is 202 (79.30% from 255 or 34.95% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FF79CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF79CA is #008635. Grayscale: #AAAAAA. Windows color (decimal): -34358 or 13269503. OLE color: 13269503.
HSL color Cylindrical-coordinate representation of color #FF79CA: hue angle of 323.73º 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 #FF79CA is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 121 | 202 | - |
| CMYK | 0 | 0.53 | 0.21 | 0 |
| HSL | 323.73º | 1% | 0.74% | - |
| HSV(B) | 323.73º | 0.53% | 1% | - |
| XYZ | 58.74 | 39.2 | 60.35 | - |
| YUV | 170.3 | 145.89 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 121 | 202 | 0 | 0.53 | 0.21 | 0 | 323.73 | 1 | 0.74 |
| Hex | FF | 79 | CA | 0 | 35 | 15 | 0 | 144 | 64 | 4A |
| Octal | 377 | 171 | 312 | 0 | 65 | 25 | 0 | 504 | 144 | 112 |
| Binary | 11111111 | 1111001 | 11001010 | 0 | 110101 | 10101 | 0 | 101000100 | 1100100 | 1001010 |
Color Harmonies of #FF79CA
Complementary color
Monochromatic Colors of #FF79CA
Black with #FF79CA
Text Example
Text Example
White with #FF79CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF79CA; }
p { color: rgb(255,121,202); }
H1.HeaderClassName
{
color: #FF79CA;
}
.AnyTagClassName
{
color: #FF79CA;
}
</style>
background-color css
<style>
a { background-color: #FF79CA; }
a { background-color: rgb(255,121,202); }
div.DivClassName
{
background-color: #FF79CA;
}
.BgClassName
{
background-color: #FF79CA;
}
</style>
border-color css
<style>
span { border-color: #FF79CA; }
span { border-color: rgb(255,121,202); }
td.TdClassName
{
border-color: #FF79CA;
}
.TagClassName
{
border-color: #FF79CA;
}
</style>