Shades of Neon Pink #FF79D4
Tints of Neon Pink #FF79D4
RGB
CMYK
RGB Variations
Color information
#FF79D4 (or 0xFF79D4) is known color: Neon Pink. HEX triplet: FF, 79 and D4. RGB value is (255,121,212). Sum of RGB (Red+Green+Blue) = 255+121+212=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 121 (47.66% from 255 or 20.58% from 588); Blue value is 212 (83.20% from 255 or 36.05% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FF79D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF79D4 is #00862B. Grayscale: #ABABAB. Windows color (decimal): -34348 or 13924863. OLE color: 13924863.
HSL color Cylindrical-coordinate representation of color #FF79D4: hue angle of 319.25º 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 #FF79D4 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 121 | 212 | - |
| CMYK | 0 | 0.53 | 0.17 | 0 |
| HSL | 319.25º | 1% | 0.74% | - |
| HSV(B) | 319.25º | 0.53% | 1% | - |
| XYZ | 59.96 | 39.69 | 66.79 | - |
| YUV | 171.44 | 150.89 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 121 | 212 | 0 | 0.53 | 0.17 | 0 | 319.25 | 1 | 0.74 |
| Hex | FF | 79 | D4 | 0 | 35 | 11 | 0 | 13F | 64 | 4A |
| Octal | 377 | 171 | 324 | 0 | 65 | 21 | 0 | 477 | 144 | 112 |
| Binary | 11111111 | 1111001 | 11010100 | 0 | 110101 | 10001 | 0 | 100111111 | 1100100 | 1001010 |
Color Harmonies of #FF79D4
Complementary color
Monochromatic Colors of #FF79D4
Black with #FF79D4
Text Example
Text Example
White with #FF79D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF79D4; }
p { color: rgb(255,121,212); }
H1.HeaderClassName
{
color: #FF79D4;
}
.AnyTagClassName
{
color: #FF79D4;
}
</style>
background-color css
<style>
a { background-color: #FF79D4; }
a { background-color: rgb(255,121,212); }
div.DivClassName
{
background-color: #FF79D4;
}
.BgClassName
{
background-color: #FF79D4;
}
</style>
border-color css
<style>
span { border-color: #FF79D4; }
span { border-color: rgb(255,121,212); }
td.TdClassName
{
border-color: #FF79D4;
}
.TagClassName
{
border-color: #FF79D4;
}
</style>