Shades of Neon Pink #FD70C1
Tints of Neon Pink #FD70C1
RGB
CMYK
RGB Variations
Color information
#FD70C1 (or 0xFD70C1) is known color: Neon Pink. HEX triplet: FD, 70 and C1. RGB value is (253,112,193). Sum of RGB (Red+Green+Blue) = 253+112+193=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 112 (44.14% from 255 or 20.07% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FD70C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD70C1 is #028F3E. Grayscale: #A3A3A3. Windows color (decimal): -167743 or 12677373. OLE color: 12677373.
HSL color Cylindrical-coordinate representation of color #FD70C1: hue angle of 325.53º 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 #FD70C1 is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 112 | 193 | - |
| CMYK | 0 | 0.56 | 0.24 | 0.01 |
| HSL | 325.53º | 0.97% | 0.72% | - |
| HSV(B) | 325.53º | 0.56% | 0.99% | - |
| XYZ | 55.93 | 36.32 | 54.52 | - |
| YUV | 163.39 | 144.71 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 112 | 193 | 0 | 0.56 | 0.24 | 0.01 | 325.53 | 0.97 | 0.72 |
| Hex | FD | 70 | C1 | 0 | 38 | 18 | 1 | 146 | 61 | 48 |
| Octal | 375 | 160 | 301 | 0 | 70 | 30 | 1 | 506 | 141 | 110 |
| Binary | 11111101 | 1110000 | 11000001 | 0 | 111000 | 11000 | 1 | 101000110 | 1100001 | 1001000 |
Color Harmonies of #FD70C1
Complementary color
Monochromatic Colors of #FD70C1
Black with #FD70C1
Text Example
Text Example
White with #FD70C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD70C1; }
p { color: rgb(253,112,193); }
H1.HeaderClassName
{
color: #FD70C1;
}
.AnyTagClassName
{
color: #FD70C1;
}
</style>
background-color css
<style>
a { background-color: #FD70C1; }
a { background-color: rgb(253,112,193); }
div.DivClassName
{
background-color: #FD70C1;
}
.BgClassName
{
background-color: #FD70C1;
}
</style>
border-color css
<style>
span { border-color: #FD70C1; }
span { border-color: rgb(253,112,193); }
td.TdClassName
{
border-color: #FD70C1;
}
.TagClassName
{
border-color: #FD70C1;
}
</style>