Shades of Neon Pink #FD77D3
Tints of Neon Pink #FD77D3
RGB
CMYK
RGB Variations
Color information
#FD77D3 (or 0xFD77D3) is known color: Neon Pink. HEX triplet: FD, 77 and D3. RGB value is (253,119,211). Sum of RGB (Red+Green+Blue) = 253+119+211=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 119 (46.88% from 255 or 20.41% from 583); Blue value is 211 (82.81% from 255 or 36.19% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FD77D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD77D3 is #02882C. Grayscale: #A9A9A9. Windows color (decimal): -165933 or 13858813. OLE color: 13858813.
HSL color Cylindrical-coordinate representation of color #FD77D3: hue angle of 318.81º 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 #FD77D3 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 119 | 211 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.01 |
| HSL | 318.81º | 0.97% | 0.73% | - |
| HSV(B) | 318.81º | 0.53% | 0.99% | - |
| XYZ | 58.86 | 38.78 | 66.01 | - |
| YUV | 169.55 | 151.39 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 119 | 211 | 0 | 0.53 | 0.17 | 0.01 | 318.81 | 0.97 | 0.73 |
| Hex | FD | 77 | D3 | 0 | 35 | 11 | 1 | 13F | 61 | 49 |
| Octal | 375 | 167 | 323 | 0 | 65 | 21 | 1 | 477 | 141 | 111 |
| Binary | 11111101 | 1110111 | 11010011 | 0 | 110101 | 10001 | 1 | 100111111 | 1100001 | 1001001 |
Color Harmonies of #FD77D3
Complementary color
Monochromatic Colors of #FD77D3
Black with #FD77D3
Text Example
Text Example
White with #FD77D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD77D3; }
p { color: rgb(253,119,211); }
H1.HeaderClassName
{
color: #FD77D3;
}
.AnyTagClassName
{
color: #FD77D3;
}
</style>
background-color css
<style>
a { background-color: #FD77D3; }
a { background-color: rgb(253,119,211); }
div.DivClassName
{
background-color: #FD77D3;
}
.BgClassName
{
background-color: #FD77D3;
}
</style>
border-color css
<style>
span { border-color: #FD77D3; }
span { border-color: rgb(253,119,211); }
td.TdClassName
{
border-color: #FD77D3;
}
.TagClassName
{
border-color: #FD77D3;
}
</style>