Shades of Neon Pink #FD70C2
Tints of Neon Pink #FD70C2
RGB
CMYK
RGB Variations
Color information
#FD70C2 (or 0xFD70C2) is known color: Neon Pink. HEX triplet: FD, 70 and C2. RGB value is (253,112,194). Sum of RGB (Red+Green+Blue) = 253+112+194=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 112 (44.14% from 255 or 20.04% from 559); Blue value is 194 (76.17% from 255 or 34.70% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FD70C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD70C2 is #028F3D. Grayscale: #A3A3A3. Windows color (decimal): -167742 or 12742909. OLE color: 12742909.
HSL color Cylindrical-coordinate representation of color #FD70C2: hue angle of 325.11º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FD70C2 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 112 | 194 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.01 |
| HSL | 325.11º | 0.97% | 0.72% | - |
| HSV(B) | 325.11º | 0.56% | 0.99% | - |
| XYZ | 56.04 | 36.37 | 55.1 | - |
| YUV | 163.51 | 145.21 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 112 | 194 | 0 | 0.56 | 0.23 | 0.01 | 325.11 | 0.97 | 0.72 |
| Hex | FD | 70 | C2 | 0 | 38 | 17 | 1 | 145 | 61 | 48 |
| Octal | 375 | 160 | 302 | 0 | 70 | 27 | 1 | 505 | 141 | 110 |
| Binary | 11111101 | 1110000 | 11000010 | 0 | 111000 | 10111 | 1 | 101000101 | 1100001 | 1001000 |
Color Harmonies of #FD70C2
Complementary color
Monochromatic Colors of #FD70C2
Black with #FD70C2
Text Example
Text Example
White with #FD70C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD70C2; }
p { color: rgb(253,112,194); }
H1.HeaderClassName
{
color: #FD70C2;
}
.AnyTagClassName
{
color: #FD70C2;
}
</style>
background-color css
<style>
a { background-color: #FD70C2; }
a { background-color: rgb(253,112,194); }
div.DivClassName
{
background-color: #FD70C2;
}
.BgClassName
{
background-color: #FD70C2;
}
</style>
border-color css
<style>
span { border-color: #FD70C2; }
span { border-color: rgb(253,112,194); }
td.TdClassName
{
border-color: #FD70C2;
}
.TagClassName
{
border-color: #FD70C2;
}
</style>