Shades of Neon Pink #FD70D3
Tints of Neon Pink #FD70D3
RGB
CMYK
RGB Variations
Color information
#FD70D3 (or 0xFD70D3) is known color: Neon Pink. HEX triplet: FD, 70 and D3. RGB value is (253,112,211). Sum of RGB (Red+Green+Blue) = 253+112+211=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 112 (44.14% from 255 or 19.44% from 576); Blue value is 211 (82.81% from 255 or 36.63% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FD70D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD70D3 is #028F2C. Grayscale: #A5A5A5. Windows color (decimal): -167725 or 13857021. OLE color: 13857021.
HSL color Cylindrical-coordinate representation of color #FD70D3: hue angle of 317.87º 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 #FD70D3 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 112 | 211 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.01 |
| HSL | 317.87º | 0.97% | 0.72% | - |
| HSV(B) | 317.87º | 0.56% | 0.99% | - |
| XYZ | 58.06 | 37.17 | 65.74 | - |
| YUV | 165.45 | 153.71 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 112 | 211 | 0 | 0.56 | 0.17 | 0.01 | 317.87 | 0.97 | 0.72 |
| Hex | FD | 70 | D3 | 0 | 38 | 11 | 1 | 13E | 61 | 48 |
| Octal | 375 | 160 | 323 | 0 | 70 | 21 | 1 | 476 | 141 | 110 |
| Binary | 11111101 | 1110000 | 11010011 | 0 | 111000 | 10001 | 1 | 100111110 | 1100001 | 1001000 |
Color Harmonies of #FD70D3
Complementary color
Monochromatic Colors of #FD70D3
Black with #FD70D3
Text Example
Text Example
White with #FD70D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD70D3; }
p { color: rgb(253,112,211); }
H1.HeaderClassName
{
color: #FD70D3;
}
.AnyTagClassName
{
color: #FD70D3;
}
</style>
background-color css
<style>
a { background-color: #FD70D3; }
a { background-color: rgb(253,112,211); }
div.DivClassName
{
background-color: #FD70D3;
}
.BgClassName
{
background-color: #FD70D3;
}
</style>
border-color css
<style>
span { border-color: #FD70D3; }
span { border-color: rgb(253,112,211); }
td.TdClassName
{
border-color: #FD70D3;
}
.TagClassName
{
border-color: #FD70D3;
}
</style>