Shades of Neon Pink #FD73D1
Tints of Neon Pink #FD73D1
RGB
CMYK
RGB Variations
Color information
#FD73D1 (or 0xFD73D1) is known color: Neon Pink. HEX triplet: FD, 73 and D1. RGB value is (253,115,209). Sum of RGB (Red+Green+Blue) = 253+115+209=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 115 (45.31% from 255 or 19.93% from 577); Blue value is 209 (82.03% from 255 or 36.22% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FD73D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD73D1 is #028C2E. Grayscale: #A6A6A6. Windows color (decimal): -166959 or 13726717. OLE color: 13726717.
HSL color Cylindrical-coordinate representation of color #FD73D1: hue angle of 319.13º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FD73D1 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 115 | 209 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.01 |
| HSL | 319.13º | 0.97% | 0.72% | - |
| HSV(B) | 319.13º | 0.55% | 0.99% | - |
| XYZ | 58.15 | 37.75 | 64.54 | - |
| YUV | 166.98 | 151.72 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 115 | 209 | 0 | 0.55 | 0.17 | 0.01 | 319.13 | 0.97 | 0.72 |
| Hex | FD | 73 | D1 | 0 | 37 | 11 | 1 | 13F | 61 | 48 |
| Octal | 375 | 163 | 321 | 0 | 67 | 21 | 1 | 477 | 141 | 110 |
| Binary | 11111101 | 1110011 | 11010001 | 0 | 110111 | 10001 | 1 | 100111111 | 1100001 | 1001000 |
Color Harmonies of #FD73D1
Complementary color
Monochromatic Colors of #FD73D1
Black with #FD73D1
Text Example
Text Example
White with #FD73D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD73D1; }
p { color: rgb(253,115,209); }
H1.HeaderClassName
{
color: #FD73D1;
}
.AnyTagClassName
{
color: #FD73D1;
}
</style>
background-color css
<style>
a { background-color: #FD73D1; }
a { background-color: rgb(253,115,209); }
div.DivClassName
{
background-color: #FD73D1;
}
.BgClassName
{
background-color: #FD73D1;
}
</style>
border-color css
<style>
span { border-color: #FD73D1; }
span { border-color: rgb(253,115,209); }
td.TdClassName
{
border-color: #FD73D1;
}
.TagClassName
{
border-color: #FD73D1;
}
</style>