Shades of Neon Pink #FD77CE
Tints of Neon Pink #FD77CE
RGB
CMYK
RGB Variations
Color information
#FD77CE (or 0xFD77CE) is known color: Neon Pink. HEX triplet: FD, 77 and CE. RGB value is (253,119,206). Sum of RGB (Red+Green+Blue) = 253+119+206=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 119 (46.88% from 255 or 20.59% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FD77CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD77CE is #028831. Grayscale: #A8A8A8. Windows color (decimal): -165938 or 13531133. OLE color: 13531133.
HSL color Cylindrical-coordinate representation of color #FD77CE: hue angle of 321.04º 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 #FD77CE is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 119 | 206 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.01 |
| HSL | 321.04º | 0.97% | 0.73% | - |
| HSV(B) | 321.04º | 0.53% | 0.99% | - |
| XYZ | 58.25 | 38.53 | 62.76 | - |
| YUV | 168.98 | 148.89 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 119 | 206 | 0 | 0.53 | 0.19 | 0.01 | 321.04 | 0.97 | 0.73 |
| Hex | FD | 77 | CE | 0 | 35 | 13 | 1 | 141 | 61 | 49 |
| Octal | 375 | 167 | 316 | 0 | 65 | 23 | 1 | 501 | 141 | 111 |
| Binary | 11111101 | 1110111 | 11001110 | 0 | 110101 | 10011 | 1 | 101000001 | 1100001 | 1001001 |
Color Harmonies of #FD77CE
Complementary color
Monochromatic Colors of #FD77CE
Black with #FD77CE
Text Example
Text Example
White with #FD77CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD77CE; }
p { color: rgb(253,119,206); }
H1.HeaderClassName
{
color: #FD77CE;
}
.AnyTagClassName
{
color: #FD77CE;
}
</style>
background-color css
<style>
a { background-color: #FD77CE; }
a { background-color: rgb(253,119,206); }
div.DivClassName
{
background-color: #FD77CE;
}
.BgClassName
{
background-color: #FD77CE;
}
</style>
border-color css
<style>
span { border-color: #FD77CE; }
span { border-color: rgb(253,119,206); }
td.TdClassName
{
border-color: #FD77CE;
}
.TagClassName
{
border-color: #FD77CE;
}
</style>