Shades of Neon Pink #FD77D0
Tints of Neon Pink #FD77D0
RGB
CMYK
RGB Variations
Color information
#FD77D0 (or 0xFD77D0) is known color: Neon Pink. HEX triplet: FD, 77 and D0. RGB value is (253,119,208). Sum of RGB (Red+Green+Blue) = 253+119+208=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 119 (46.88% from 255 or 20.52% from 580); Blue value is 208 (81.64% from 255 or 35.86% from 580); Max value from RGB is 253 - color contains mainly: red. Hex color #FD77D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD77D0 is #02882F. Grayscale: #A8A8A8. Windows color (decimal): -165936 or 13662205. OLE color: 13662205.
HSL color Cylindrical-coordinate representation of color #FD77D0: hue angle of 320.15º 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 #FD77D0 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 119 | 208 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.01 |
| HSL | 320.15º | 0.97% | 0.73% | - |
| HSV(B) | 320.15º | 0.53% | 0.99% | - |
| XYZ | 58.49 | 38.63 | 64.05 | - |
| YUV | 169.21 | 149.89 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 119 | 208 | 0 | 0.53 | 0.18 | 0.01 | 320.15 | 0.97 | 0.73 |
| Hex | FD | 77 | D0 | 0 | 35 | 12 | 1 | 140 | 61 | 49 |
| Octal | 375 | 167 | 320 | 0 | 65 | 22 | 1 | 500 | 141 | 111 |
| Binary | 11111101 | 1110111 | 11010000 | 0 | 110101 | 10010 | 1 | 101000000 | 1100001 | 1001001 |
Color Harmonies of #FD77D0
Complementary color
Monochromatic Colors of #FD77D0
Black with #FD77D0
Text Example
Text Example
White with #FD77D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD77D0; }
p { color: rgb(253,119,208); }
H1.HeaderClassName
{
color: #FD77D0;
}
.AnyTagClassName
{
color: #FD77D0;
}
</style>
background-color css
<style>
a { background-color: #FD77D0; }
a { background-color: rgb(253,119,208); }
div.DivClassName
{
background-color: #FD77D0;
}
.BgClassName
{
background-color: #FD77D0;
}
</style>
border-color css
<style>
span { border-color: #FD77D0; }
span { border-color: rgb(253,119,208); }
td.TdClassName
{
border-color: #FD77D0;
}
.TagClassName
{
border-color: #FD77D0;
}
</style>