Shades of Neon Pink #FD70D1
Tints of Neon Pink #FD70D1
RGB
CMYK
RGB Variations
Color information
#FD70D1 (or 0xFD70D1) is known color: Neon Pink. HEX triplet: FD, 70 and D1. RGB value is (253,112,209). Sum of RGB (Red+Green+Blue) = 253+112+209=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 112 (44.14% from 255 or 19.51% from 574); Blue value is 209 (82.03% from 255 or 36.41% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FD70D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD70D1 is #028F2E. Grayscale: #A4A4A4. Windows color (decimal): -167727 or 13725949. OLE color: 13725949.
HSL color Cylindrical-coordinate representation of color #FD70D1: hue angle of 318.72º 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 #FD70D1 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 112 | 209 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.01 |
| HSL | 318.72º | 0.97% | 0.72% | - |
| HSV(B) | 318.72º | 0.56% | 0.99% | - |
| XYZ | 57.81 | 37.07 | 64.43 | - |
| YUV | 165.22 | 152.71 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 112 | 209 | 0 | 0.56 | 0.17 | 0.01 | 318.72 | 0.97 | 0.72 |
| Hex | FD | 70 | D1 | 0 | 38 | 11 | 1 | 13F | 61 | 48 |
| Octal | 375 | 160 | 321 | 0 | 70 | 21 | 1 | 477 | 141 | 110 |
| Binary | 11111101 | 1110000 | 11010001 | 0 | 111000 | 10001 | 1 | 100111111 | 1100001 | 1001000 |
Color Harmonies of #FD70D1
Complementary color
Monochromatic Colors of #FD70D1
Black with #FD70D1
Text Example
Text Example
White with #FD70D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD70D1; }
p { color: rgb(253,112,209); }
H1.HeaderClassName
{
color: #FD70D1;
}
.AnyTagClassName
{
color: #FD70D1;
}
</style>
background-color css
<style>
a { background-color: #FD70D1; }
a { background-color: rgb(253,112,209); }
div.DivClassName
{
background-color: #FD70D1;
}
.BgClassName
{
background-color: #FD70D1;
}
</style>
border-color css
<style>
span { border-color: #FD70D1; }
span { border-color: rgb(253,112,209); }
td.TdClassName
{
border-color: #FD70D1;
}
.TagClassName
{
border-color: #FD70D1;
}
</style>