Shades of Neon Pink #FF70D3
Tints of Neon Pink #FF70D3
RGB
CMYK
RGB Variations
Color information
#FF70D3 (or 0xFF70D3) is known color: Neon Pink. HEX triplet: FF, 70 and D3. RGB value is (255,112,211). Sum of RGB (Red+Green+Blue) = 255+112+211=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 112 (44.14% from 255 or 19.38% from 578); Blue value is 211 (82.81% from 255 or 36.51% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FF70D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF70D3 is #008F2C. Grayscale: #A5A5A5. Windows color (decimal): -36653 or 13857023. OLE color: 13857023.
HSL color Cylindrical-coordinate representation of color #FF70D3: hue angle of 318.46º 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 #FF70D3 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 211 | - |
| CMYK | 0 | 0.56 | 0.17 | 0 |
| HSL | 318.46º | 1% | 0.72% | - |
| HSV(B) | 318.46º | 0.56% | 1% | - |
| XYZ | 58.79 | 37.55 | 65.78 | - |
| YUV | 166.04 | 153.38 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 211 | 0 | 0.56 | 0.17 | 0 | 318.46 | 1 | 0.72 |
| Hex | FF | 70 | D3 | 0 | 38 | 11 | 0 | 13E | 64 | 48 |
| Octal | 377 | 160 | 323 | 0 | 70 | 21 | 0 | 476 | 144 | 110 |
| Binary | 11111111 | 1110000 | 11010011 | 0 | 111000 | 10001 | 0 | 100111110 | 1100100 | 1001000 |
Color Harmonies of #FF70D3
Complementary color
Monochromatic Colors of #FF70D3
Black with #FF70D3
Text Example
Text Example
White with #FF70D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF70D3; }
p { color: rgb(255,112,211); }
H1.HeaderClassName
{
color: #FF70D3;
}
.AnyTagClassName
{
color: #FF70D3;
}
</style>
background-color css
<style>
a { background-color: #FF70D3; }
a { background-color: rgb(255,112,211); }
div.DivClassName
{
background-color: #FF70D3;
}
.BgClassName
{
background-color: #FF70D3;
}
</style>
border-color css
<style>
span { border-color: #FF70D3; }
span { border-color: rgb(255,112,211); }
td.TdClassName
{
border-color: #FF70D3;
}
.TagClassName
{
border-color: #FF70D3;
}
</style>