Shades of Neon Pink #FD76C1
Tints of Neon Pink #FD76C1
RGB
CMYK
RGB Variations
Color information
#FD76C1 (or 0xFD76C1) is known color: Neon Pink. HEX triplet: FD, 76 and C1. RGB value is (253,118,193). Sum of RGB (Red+Green+Blue) = 253+118+193=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 118 (46.48% from 255 or 20.92% from 564); Blue value is 193 (75.78% from 255 or 34.22% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FD76C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD76C1 is #02893E. Grayscale: #A6A6A6. Windows color (decimal): -166207 or 12678909. OLE color: 12678909.
HSL color Cylindrical-coordinate representation of color #FD76C1: hue angle of 326.67º 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 #FD76C1 is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 118 | 193 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.01 |
| HSL | 326.67º | 0.97% | 0.73% | - |
| HSV(B) | 326.67º | 0.53% | 0.99% | - |
| XYZ | 56.61 | 37.69 | 54.74 | - |
| YUV | 166.92 | 142.73 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 118 | 193 | 0 | 0.53 | 0.24 | 0.01 | 326.67 | 0.97 | 0.73 |
| Hex | FD | 76 | C1 | 0 | 35 | 18 | 1 | 147 | 61 | 49 |
| Octal | 375 | 166 | 301 | 0 | 65 | 30 | 1 | 507 | 141 | 111 |
| Binary | 11111101 | 1110110 | 11000001 | 0 | 110101 | 11000 | 1 | 101000111 | 1100001 | 1001001 |
Color Harmonies of #FD76C1
Complementary color
Monochromatic Colors of #FD76C1
Black with #FD76C1
Text Example
Text Example
White with #FD76C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD76C1; }
p { color: rgb(253,118,193); }
H1.HeaderClassName
{
color: #FD76C1;
}
.AnyTagClassName
{
color: #FD76C1;
}
</style>
background-color css
<style>
a { background-color: #FD76C1; }
a { background-color: rgb(253,118,193); }
div.DivClassName
{
background-color: #FD76C1;
}
.BgClassName
{
background-color: #FD76C1;
}
</style>
border-color css
<style>
span { border-color: #FD76C1; }
span { border-color: rgb(253,118,193); }
td.TdClassName
{
border-color: #FD76C1;
}
.TagClassName
{
border-color: #FD76C1;
}
</style>