Shades of Neon Pink #FD73CF
Tints of Neon Pink #FD73CF
RGB
CMYK
RGB Variations
Color information
#FD73CF (or 0xFD73CF) is known color: Neon Pink. HEX triplet: FD, 73 and CF. RGB value is (253,115,207). Sum of RGB (Red+Green+Blue) = 253+115+207=575 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44% from 575); Green value is 115 (45.31% from 255 or 20% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 253 - color contains mainly: red. Hex color #FD73CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD73CF is #028C30. Grayscale: #A6A6A6. Windows color (decimal): -166961 or 13595645. OLE color: 13595645.
HSL color Cylindrical-coordinate representation of color #FD73CF: hue angle of 320º 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 #FD73CF is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 115 | 207 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.01 |
| HSL | 320º | 0.97% | 0.72% | - |
| HSV(B) | 320º | 0.55% | 0.99% | - |
| XYZ | 57.9 | 37.65 | 63.25 | - |
| YUV | 166.75 | 150.72 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 115 | 207 | 0 | 0.55 | 0.18 | 0.01 | 320 | 0.97 | 0.72 |
| Hex | FD | 73 | CF | 0 | 37 | 12 | 1 | 140 | 61 | 48 |
| Octal | 375 | 163 | 317 | 0 | 67 | 22 | 1 | 500 | 141 | 110 |
| Binary | 11111101 | 1110011 | 11001111 | 0 | 110111 | 10010 | 1 | 101000000 | 1100001 | 1001000 |
Color Harmonies of #FD73CF
Complementary color
Monochromatic Colors of #FD73CF
Black with #FD73CF
Text Example
Text Example
White with #FD73CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD73CF; }
p { color: rgb(253,115,207); }
H1.HeaderClassName
{
color: #FD73CF;
}
.AnyTagClassName
{
color: #FD73CF;
}
</style>
background-color css
<style>
a { background-color: #FD73CF; }
a { background-color: rgb(253,115,207); }
div.DivClassName
{
background-color: #FD73CF;
}
.BgClassName
{
background-color: #FD73CF;
}
</style>
border-color css
<style>
span { border-color: #FD73CF; }
span { border-color: rgb(253,115,207); }
td.TdClassName
{
border-color: #FD73CF;
}
.TagClassName
{
border-color: #FD73CF;
}
</style>