Shades of Neon Pink #FD76CE
Tints of Neon Pink #FD76CE
RGB
CMYK
RGB Variations
Color information
#FD76CE (or 0xFD76CE) is known color: Neon Pink. HEX triplet: FD, 76 and CE. RGB value is (253,118,206). Sum of RGB (Red+Green+Blue) = 253+118+206=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 118 (46.48% from 255 or 20.45% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FD76CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD76CE is #028931. Grayscale: #A8A8A8. Windows color (decimal): -166194 or 13530877. OLE color: 13530877.
HSL color Cylindrical-coordinate representation of color #FD76CE: hue angle of 320.89º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FD76CE is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 118 | 206 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.01 |
| HSL | 320.89º | 0.97% | 0.73% | - |
| HSV(B) | 320.89º | 0.53% | 0.99% | - |
| XYZ | 58.13 | 38.3 | 62.72 | - |
| YUV | 168.4 | 149.23 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 118 | 206 | 0 | 0.53 | 0.19 | 0.01 | 320.89 | 0.97 | 0.73 |
| Hex | FD | 76 | CE | 0 | 35 | 13 | 1 | 141 | 61 | 49 |
| Octal | 375 | 166 | 316 | 0 | 65 | 23 | 1 | 501 | 141 | 111 |
| Binary | 11111101 | 1110110 | 11001110 | 0 | 110101 | 10011 | 1 | 101000001 | 1100001 | 1001001 |
Color Harmonies of #FD76CE
Complementary color
Monochromatic Colors of #FD76CE
Black with #FD76CE
Text Example
Text Example
White with #FD76CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD76CE; }
p { color: rgb(253,118,206); }
H1.HeaderClassName
{
color: #FD76CE;
}
.AnyTagClassName
{
color: #FD76CE;
}
</style>
background-color css
<style>
a { background-color: #FD76CE; }
a { background-color: rgb(253,118,206); }
div.DivClassName
{
background-color: #FD76CE;
}
.BgClassName
{
background-color: #FD76CE;
}
</style>
border-color css
<style>
span { border-color: #FD76CE; }
span { border-color: rgb(253,118,206); }
td.TdClassName
{
border-color: #FD76CE;
}
.TagClassName
{
border-color: #FD76CE;
}
</style>