Shades of Neon Pink #FD73C2
Tints of Neon Pink #FD73C2
RGB
CMYK
RGB Variations
Color information
#FD73C2 (or 0xFD73C2) is known color: Neon Pink. HEX triplet: FD, 73 and C2. RGB value is (253,115,194). Sum of RGB (Red+Green+Blue) = 253+115+194=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 115 (45.31% from 255 or 20.46% from 562); Blue value is 194 (76.17% from 255 or 34.52% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FD73C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD73C2 is #028C3D. Grayscale: #A5A5A5. Windows color (decimal): -166974 or 12743677. OLE color: 12743677.
HSL color Cylindrical-coordinate representation of color #FD73C2: hue angle of 325.65º 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 #FD73C2 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 115 | 194 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.01 |
| HSL | 325.65º | 0.97% | 0.72% | - |
| HSV(B) | 325.65º | 0.55% | 0.99% | - |
| XYZ | 56.38 | 37.04 | 55.22 | - |
| YUV | 165.27 | 144.22 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 115 | 194 | 0 | 0.55 | 0.23 | 0.01 | 325.65 | 0.97 | 0.72 |
| Hex | FD | 73 | C2 | 0 | 37 | 17 | 1 | 146 | 61 | 48 |
| Octal | 375 | 163 | 302 | 0 | 67 | 27 | 1 | 506 | 141 | 110 |
| Binary | 11111101 | 1110011 | 11000010 | 0 | 110111 | 10111 | 1 | 101000110 | 1100001 | 1001000 |
Color Harmonies of #FD73C2
Complementary color
Monochromatic Colors of #FD73C2
Black with #FD73C2
Text Example
Text Example
White with #FD73C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD73C2; }
p { color: rgb(253,115,194); }
H1.HeaderClassName
{
color: #FD73C2;
}
.AnyTagClassName
{
color: #FD73C2;
}
</style>
background-color css
<style>
a { background-color: #FD73C2; }
a { background-color: rgb(253,115,194); }
div.DivClassName
{
background-color: #FD73C2;
}
.BgClassName
{
background-color: #FD73C2;
}
</style>
border-color css
<style>
span { border-color: #FD73C2; }
span { border-color: rgb(253,115,194); }
td.TdClassName
{
border-color: #FD73C2;
}
.TagClassName
{
border-color: #FD73C2;
}
</style>