Shades of Neon Pink #FF70D0
Tints of Neon Pink #FF70D0
RGB
CMYK
RGB Variations
Color information
#FF70D0 (or 0xFF70D0) is known color: Neon Pink. HEX triplet: FF, 70 and D0. RGB value is (255,112,208). Sum of RGB (Red+Green+Blue) = 255+112+208=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 112 (44.14% from 255 or 19.48% from 575); Blue value is 208 (81.64% from 255 or 36.17% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FF70D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF70D0 is #008F2F. Grayscale: #A5A5A5. Windows color (decimal): -36656 or 13660415. OLE color: 13660415.
HSL color Cylindrical-coordinate representation of color #FF70D0: hue angle of 319.72º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF70D0 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 208 | - |
| CMYK | 0 | 0.56 | 0.18 | 0 |
| HSL | 319.72º | 1% | 0.72% | - |
| HSV(B) | 319.72º | 0.56% | 1% | - |
| XYZ | 58.42 | 37.4 | 63.81 | - |
| YUV | 165.7 | 151.88 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 208 | 0 | 0.56 | 0.18 | 0 | 319.72 | 1 | 0.72 |
| Hex | FF | 70 | D0 | 0 | 38 | 12 | 0 | 140 | 64 | 48 |
| Octal | 377 | 160 | 320 | 0 | 70 | 22 | 0 | 500 | 144 | 110 |
| Binary | 11111111 | 1110000 | 11010000 | 0 | 111000 | 10010 | 0 | 101000000 | 1100100 | 1001000 |
Color Harmonies of #FF70D0
Complementary color
Monochromatic Colors of #FF70D0
Black with #FF70D0
Text Example
Text Example
White with #FF70D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF70D0; }
p { color: rgb(255,112,208); }
H1.HeaderClassName
{
color: #FF70D0;
}
.AnyTagClassName
{
color: #FF70D0;
}
</style>
background-color css
<style>
a { background-color: #FF70D0; }
a { background-color: rgb(255,112,208); }
div.DivClassName
{
background-color: #FF70D0;
}
.BgClassName
{
background-color: #FF70D0;
}
</style>
border-color css
<style>
span { border-color: #FF70D0; }
span { border-color: rgb(255,112,208); }
td.TdClassName
{
border-color: #FF70D0;
}
.TagClassName
{
border-color: #FF70D0;
}
</style>