Shades of Neon Pink #FF70C4
Tints of Neon Pink #FF70C4
RGB
CMYK
RGB Variations
Color information
#FF70C4 (or 0xFF70C4) is known color: Neon Pink. HEX triplet: FF, 70 and C4. RGB value is (255,112,196). Sum of RGB (Red+Green+Blue) = 255+112+196=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 112 (44.14% from 255 or 19.89% from 563); Blue value is 196 (76.95% from 255 or 34.81% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FF70C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF70C4 is #008F3B. Grayscale: #A4A4A4. Windows color (decimal): -36668 or 12873983. OLE color: 12873983.
HSL color Cylindrical-coordinate representation of color #FF70C4: hue angle of 324.76º 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 #FF70C4 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 196 | - |
| CMYK | 0 | 0.56 | 0.23 | 0 |
| HSL | 324.76º | 1% | 0.72% | - |
| HSV(B) | 324.76º | 0.56% | 1% | - |
| XYZ | 57 | 36.83 | 56.33 | - |
| YUV | 164.33 | 145.88 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 196 | 0 | 0.56 | 0.23 | 0 | 324.76 | 1 | 0.72 |
| Hex | FF | 70 | C4 | 0 | 38 | 17 | 0 | 145 | 64 | 48 |
| Octal | 377 | 160 | 304 | 0 | 70 | 27 | 0 | 505 | 144 | 110 |
| Binary | 11111111 | 1110000 | 11000100 | 0 | 111000 | 10111 | 0 | 101000101 | 1100100 | 1001000 |
Color Harmonies of #FF70C4
Complementary color
Monochromatic Colors of #FF70C4
Black with #FF70C4
Text Example
Text Example
White with #FF70C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF70C4; }
p { color: rgb(255,112,196); }
H1.HeaderClassName
{
color: #FF70C4;
}
.AnyTagClassName
{
color: #FF70C4;
}
</style>
background-color css
<style>
a { background-color: #FF70C4; }
a { background-color: rgb(255,112,196); }
div.DivClassName
{
background-color: #FF70C4;
}
.BgClassName
{
background-color: #FF70C4;
}
</style>
border-color css
<style>
span { border-color: #FF70C4; }
span { border-color: rgb(255,112,196); }
td.TdClassName
{
border-color: #FF70C4;
}
.TagClassName
{
border-color: #FF70C4;
}
</style>