Shades of Neon Pink #FF79D2
Tints of Neon Pink #FF79D2
RGB
CMYK
RGB Variations
Color information
#FF79D2 (or 0xFF79D2) is known color: Neon Pink. HEX triplet: FF, 79 and D2. RGB value is (255,121,210). Sum of RGB (Red+Green+Blue) = 255+121+210=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 121 (47.66% from 255 or 20.65% from 586); Blue value is 210 (82.42% from 255 or 35.84% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FF79D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF79D2 is #00862D. Grayscale: #AAAAAA. Windows color (decimal): -34350 or 13793791. OLE color: 13793791.
HSL color Cylindrical-coordinate representation of color #FF79D2: hue angle of 320.15º 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 #FF79D2 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 121 | 210 | - |
| CMYK | 0 | 0.53 | 0.18 | 0 |
| HSL | 320.15º | 1% | 0.74% | - |
| HSV(B) | 320.15º | 0.53% | 1% | - |
| XYZ | 59.71 | 39.59 | 65.47 | - |
| YUV | 171.21 | 149.89 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 121 | 210 | 0 | 0.53 | 0.18 | 0 | 320.15 | 1 | 0.74 |
| Hex | FF | 79 | D2 | 0 | 35 | 12 | 0 | 140 | 64 | 4A |
| Octal | 377 | 171 | 322 | 0 | 65 | 22 | 0 | 500 | 144 | 112 |
| Binary | 11111111 | 1111001 | 11010010 | 0 | 110101 | 10010 | 0 | 101000000 | 1100100 | 1001010 |
Color Harmonies of #FF79D2
Complementary color
Monochromatic Colors of #FF79D2
Black with #FF79D2
Text Example
Text Example
White with #FF79D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF79D2; }
p { color: rgb(255,121,210); }
H1.HeaderClassName
{
color: #FF79D2;
}
.AnyTagClassName
{
color: #FF79D2;
}
</style>
background-color css
<style>
a { background-color: #FF79D2; }
a { background-color: rgb(255,121,210); }
div.DivClassName
{
background-color: #FF79D2;
}
.BgClassName
{
background-color: #FF79D2;
}
</style>
border-color css
<style>
span { border-color: #FF79D2; }
span { border-color: rgb(255,121,210); }
td.TdClassName
{
border-color: #FF79D2;
}
.TagClassName
{
border-color: #FF79D2;
}
</style>