Shades of Neon Pink #FD72C2
Tints of Neon Pink #FD72C2
RGB
CMYK
RGB Variations
Color information
#FD72C2 (or 0xFD72C2) is known color: Neon Pink. HEX triplet: FD, 72 and C2. RGB value is (253,114,194). Sum of RGB (Red+Green+Blue) = 253+114+194=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 114 (44.92% from 255 or 20.32% from 561); Blue value is 194 (76.17% from 255 or 34.58% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FD72C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD72C2 is #028D3D. Grayscale: #A4A4A4. Windows color (decimal): -167230 or 12743421. OLE color: 12743421.
HSL color Cylindrical-coordinate representation of color #FD72C2: hue angle of 325.47º 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 #FD72C2 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 114 | 194 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.01 |
| HSL | 325.47º | 0.97% | 0.72% | - |
| HSV(B) | 325.47º | 0.55% | 0.99% | - |
| XYZ | 56.26 | 36.81 | 55.18 | - |
| YUV | 164.68 | 144.55 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 114 | 194 | 0 | 0.55 | 0.23 | 0.01 | 325.47 | 0.97 | 0.72 |
| Hex | FD | 72 | C2 | 0 | 37 | 17 | 1 | 145 | 61 | 48 |
| Octal | 375 | 162 | 302 | 0 | 67 | 27 | 1 | 505 | 141 | 110 |
| Binary | 11111101 | 1110010 | 11000010 | 0 | 110111 | 10111 | 1 | 101000101 | 1100001 | 1001000 |
Color Harmonies of #FD72C2
Complementary color
Monochromatic Colors of #FD72C2
Black with #FD72C2
Text Example
Text Example
White with #FD72C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD72C2; }
p { color: rgb(253,114,194); }
H1.HeaderClassName
{
color: #FD72C2;
}
.AnyTagClassName
{
color: #FD72C2;
}
</style>
background-color css
<style>
a { background-color: #FD72C2; }
a { background-color: rgb(253,114,194); }
div.DivClassName
{
background-color: #FD72C2;
}
.BgClassName
{
background-color: #FD72C2;
}
</style>
border-color css
<style>
span { border-color: #FD72C2; }
span { border-color: rgb(253,114,194); }
td.TdClassName
{
border-color: #FD72C2;
}
.TagClassName
{
border-color: #FD72C2;
}
</style>