Shades of Neon Pink #FF70C7
Tints of Neon Pink #FF70C7
RGB
CMYK
RGB Variations
Color information
#FF70C7 (or 0xFF70C7) is known color: Neon Pink. HEX triplet: FF, 70 and C7. RGB value is (255,112,199). Sum of RGB (Red+Green+Blue) = 255+112+199=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 112 (44.14% from 255 or 19.79% from 566); Blue value is 199 (78.12% from 255 or 35.16% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FF70C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF70C7 is #008F38. Grayscale: #A4A4A4. Windows color (decimal): -36665 or 13070591. OLE color: 13070591.
HSL color Cylindrical-coordinate representation of color #FF70C7: hue angle of 323.5º 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 #FF70C7 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 199 | - |
| CMYK | 0 | 0.56 | 0.22 | 0 |
| HSL | 323.5º | 1% | 0.72% | - |
| HSV(B) | 323.5º | 0.56% | 1% | - |
| XYZ | 57.34 | 36.97 | 58.15 | - |
| YUV | 164.68 | 147.38 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 199 | 0 | 0.56 | 0.22 | 0 | 323.5 | 1 | 0.72 |
| Hex | FF | 70 | C7 | 0 | 38 | 16 | 0 | 143 | 64 | 48 |
| Octal | 377 | 160 | 307 | 0 | 70 | 26 | 0 | 503 | 144 | 110 |
| Binary | 11111111 | 1110000 | 11000111 | 0 | 111000 | 10110 | 0 | 101000011 | 1100100 | 1001000 |
Color Harmonies of #FF70C7
Complementary color
Monochromatic Colors of #FF70C7
Black with #FF70C7
Text Example
Text Example
White with #FF70C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF70C7; }
p { color: rgb(255,112,199); }
H1.HeaderClassName
{
color: #FF70C7;
}
.AnyTagClassName
{
color: #FF70C7;
}
</style>
background-color css
<style>
a { background-color: #FF70C7; }
a { background-color: rgb(255,112,199); }
div.DivClassName
{
background-color: #FF70C7;
}
.BgClassName
{
background-color: #FF70C7;
}
</style>
border-color css
<style>
span { border-color: #FF70C7; }
span { border-color: rgb(255,112,199); }
td.TdClassName
{
border-color: #FF70C7;
}
.TagClassName
{
border-color: #FF70C7;
}
</style>