Shades of Neon Pink #FD73D3
Tints of Neon Pink #FD73D3
RGB
CMYK
RGB Variations
Color information
#FD73D3 (or 0xFD73D3) is known color: Neon Pink. HEX triplet: FD, 73 and D3. RGB value is (253,115,211). Sum of RGB (Red+Green+Blue) = 253+115+211=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 115 (45.31% from 255 or 19.86% from 579); Blue value is 211 (82.81% from 255 or 36.44% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FD73D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD73D3 is #028C2C. Grayscale: #A6A6A6. Windows color (decimal): -166957 or 13857789. OLE color: 13857789.
HSL color Cylindrical-coordinate representation of color #FD73D3: hue angle of 318.26º 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 #FD73D3 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 115 | 211 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.01 |
| HSL | 318.26º | 0.97% | 0.72% | - |
| HSV(B) | 318.26º | 0.55% | 0.99% | - |
| XYZ | 58.4 | 37.85 | 65.86 | - |
| YUV | 167.21 | 152.72 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 115 | 211 | 0 | 0.55 | 0.17 | 0.01 | 318.26 | 0.97 | 0.72 |
| Hex | FD | 73 | D3 | 0 | 37 | 11 | 1 | 13E | 61 | 48 |
| Octal | 375 | 163 | 323 | 0 | 67 | 21 | 1 | 476 | 141 | 110 |
| Binary | 11111101 | 1110011 | 11010011 | 0 | 110111 | 10001 | 1 | 100111110 | 1100001 | 1001000 |
Color Harmonies of #FD73D3
Complementary color
Monochromatic Colors of #FD73D3
Black with #FD73D3
Text Example
Text Example
White with #FD73D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD73D3; }
p { color: rgb(253,115,211); }
H1.HeaderClassName
{
color: #FD73D3;
}
.AnyTagClassName
{
color: #FD73D3;
}
</style>
background-color css
<style>
a { background-color: #FD73D3; }
a { background-color: rgb(253,115,211); }
div.DivClassName
{
background-color: #FD73D3;
}
.BgClassName
{
background-color: #FD73D3;
}
</style>
border-color css
<style>
span { border-color: #FD73D3; }
span { border-color: rgb(253,115,211); }
td.TdClassName
{
border-color: #FD73D3;
}
.TagClassName
{
border-color: #FD73D3;
}
</style>