Shades of Neon Pink #F176D2
Tints of Neon Pink #F176D2
RGB
CMYK
RGB Variations
Color information
#F176D2 (or 0xF176D2) is known color: Neon Pink. HEX triplet: F1, 76 and D2. RGB value is (241,118,210). Sum of RGB (Red+Green+Blue) = 241+118+210=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 118 (46.48% from 255 or 20.74% from 569); Blue value is 210 (82.42% from 255 or 36.91% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F176D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F176D2 is #0E892D. Grayscale: #A5A5A5. Windows color (decimal): -952622 or 13793009. OLE color: 13793009.
HSL color Cylindrical-coordinate representation of color #F176D2: hue angle of 315.12º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F176D2 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 118 | 210 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.05 |
| HSL | 315.12º | 0.81% | 0.7% | - |
| HSV(B) | 315.12º | 0.51% | 0.95% | - |
| XYZ | 54.39 | 36.31 | 65.11 | - |
| YUV | 165.27 | 153.25 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 118 | 210 | 0 | 0.51 | 0.13 | 0.05 | 315.12 | 0.81 | 0.7 |
| Hex | F1 | 76 | D2 | 0 | 33 | D | 5 | 13B | 51 | 46 |
| Octal | 361 | 166 | 322 | 0 | 63 | 15 | 5 | 473 | 121 | 106 |
| Binary | 11110001 | 1110110 | 11010010 | 0 | 110011 | 1101 | 101 | 100111011 | 1010001 | 1000110 |
Color Harmonies of #F176D2
Complementary color
Monochromatic Colors of #F176D2
Black with #F176D2
Text Example
Text Example
White with #F176D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F176D2; }
p { color: rgb(241,118,210); }
H1.HeaderClassName
{
color: #F176D2;
}
.AnyTagClassName
{
color: #F176D2;
}
</style>
background-color css
<style>
a { background-color: #F176D2; }
a { background-color: rgb(241,118,210); }
div.DivClassName
{
background-color: #F176D2;
}
.BgClassName
{
background-color: #F176D2;
}
</style>
border-color css
<style>
span { border-color: #F176D2; }
span { border-color: rgb(241,118,210); }
td.TdClassName
{
border-color: #F176D2;
}
.TagClassName
{
border-color: #F176D2;
}
</style>