Shades of Neon Pink #FD73C6
Tints of Neon Pink #FD73C6
RGB
CMYK
RGB Variations
Color information
#FD73C6 (or 0xFD73C6) is known color: Neon Pink. HEX triplet: FD, 73 and C6. RGB value is (253,115,198). Sum of RGB (Red+Green+Blue) = 253+115+198=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 115 (45.31% from 255 or 20.32% from 566); Blue value is 198 (77.73% from 255 or 34.98% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FD73C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD73C6 is #028C39. Grayscale: #A5A5A5. Windows color (decimal): -166970 or 13005821. OLE color: 13005821.
HSL color Cylindrical-coordinate representation of color #FD73C6: hue angle of 323.91º 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 #FD73C6 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 115 | 198 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.01 |
| HSL | 323.91º | 0.97% | 0.72% | - |
| HSV(B) | 323.91º | 0.55% | 0.99% | - |
| XYZ | 56.83 | 37.22 | 57.62 | - |
| YUV | 165.72 | 146.22 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 115 | 198 | 0 | 0.55 | 0.22 | 0.01 | 323.91 | 0.97 | 0.72 |
| Hex | FD | 73 | C6 | 0 | 37 | 16 | 1 | 144 | 61 | 48 |
| Octal | 375 | 163 | 306 | 0 | 67 | 26 | 1 | 504 | 141 | 110 |
| Binary | 11111101 | 1110011 | 11000110 | 0 | 110111 | 10110 | 1 | 101000100 | 1100001 | 1001000 |
Color Harmonies of #FD73C6
Complementary color
Monochromatic Colors of #FD73C6
Black with #FD73C6
Text Example
Text Example
White with #FD73C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD73C6; }
p { color: rgb(253,115,198); }
H1.HeaderClassName
{
color: #FD73C6;
}
.AnyTagClassName
{
color: #FD73C6;
}
</style>
background-color css
<style>
a { background-color: #FD73C6; }
a { background-color: rgb(253,115,198); }
div.DivClassName
{
background-color: #FD73C6;
}
.BgClassName
{
background-color: #FD73C6;
}
</style>
border-color css
<style>
span { border-color: #FD73C6; }
span { border-color: rgb(253,115,198); }
td.TdClassName
{
border-color: #FD73C6;
}
.TagClassName
{
border-color: #FD73C6;
}
</style>