Shades of Neon Pink #FD77C8
Tints of Neon Pink #FD77C8
RGB
CMYK
RGB Variations
Color information
#FD77C8 (or 0xFD77C8) is known color: Neon Pink. HEX triplet: FD, 77 and C8. RGB value is (253,119,200). Sum of RGB (Red+Green+Blue) = 253+119+200=572 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.23% from 572); Green value is 119 (46.88% from 255 or 20.80% from 572); Blue value is 200 (78.52% from 255 or 34.97% from 572); Max value from RGB is 253 - color contains mainly: red. Hex color #FD77C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD77C8 is #028837. Grayscale: #A8A8A8. Windows color (decimal): -165944 or 13137917. OLE color: 13137917.
HSL color Cylindrical-coordinate representation of color #FD77C8: hue angle of 323.73º 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 #FD77C8 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 119 | 200 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.01 |
| HSL | 323.73º | 0.97% | 0.73% | - |
| HSV(B) | 323.73º | 0.53% | 0.99% | - |
| XYZ | 57.53 | 38.25 | 58.99 | - |
| YUV | 168.3 | 145.89 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 119 | 200 | 0 | 0.53 | 0.21 | 0.01 | 323.73 | 0.97 | 0.73 |
| Hex | FD | 77 | C8 | 0 | 35 | 15 | 1 | 144 | 61 | 49 |
| Octal | 375 | 167 | 310 | 0 | 65 | 25 | 1 | 504 | 141 | 111 |
| Binary | 11111101 | 1110111 | 11001000 | 0 | 110101 | 10101 | 1 | 101000100 | 1100001 | 1001001 |
Color Harmonies of #FD77C8
Complementary color
Monochromatic Colors of #FD77C8
Black with #FD77C8
Text Example
Text Example
White with #FD77C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD77C8; }
p { color: rgb(253,119,200); }
H1.HeaderClassName
{
color: #FD77C8;
}
.AnyTagClassName
{
color: #FD77C8;
}
</style>
background-color css
<style>
a { background-color: #FD77C8; }
a { background-color: rgb(253,119,200); }
div.DivClassName
{
background-color: #FD77C8;
}
.BgClassName
{
background-color: #FD77C8;
}
</style>
border-color css
<style>
span { border-color: #FD77C8; }
span { border-color: rgb(253,119,200); }
td.TdClassName
{
border-color: #FD77C8;
}
.TagClassName
{
border-color: #FD77C8;
}
</style>