Shades of Neon Pink #F070D1
Tints of Neon Pink #F070D1
RGB
CMYK
RGB Variations
Color information
#F070D1 (or 0xF070D1) is known color: Neon Pink. HEX triplet: F0, 70 and D1. RGB value is (240,112,209). Sum of RGB (Red+Green+Blue) = 240+112+209=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 112 (44.14% from 255 or 19.96% from 561); Blue value is 209 (82.03% from 255 or 37.25% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F070D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F070D1 is #0F8F2E. Grayscale: #A1A1A1. Windows color (decimal): -1019695 or 13725936. OLE color: 13725936.
HSL color Cylindrical-coordinate representation of color #F070D1: hue angle of 314.53º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F070D1 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 112 | 209 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.06 |
| HSL | 314.53º | 0.81% | 0.69% | - |
| HSV(B) | 314.53º | 0.53% | 0.94% | - |
| XYZ | 53.24 | 34.72 | 64.22 | - |
| YUV | 161.33 | 154.91 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 209 | 0 | 0.53 | 0.13 | 0.06 | 314.53 | 0.81 | 0.69 |
| Hex | F0 | 70 | D1 | 0 | 35 | D | 6 | 13B | 51 | 45 |
| Octal | 360 | 160 | 321 | 0 | 65 | 15 | 6 | 473 | 121 | 105 |
| Binary | 11110000 | 1110000 | 11010001 | 0 | 110101 | 1101 | 110 | 100111011 | 1010001 | 1000101 |
Color Harmonies of #F070D1
Complementary color
Monochromatic Colors of #F070D1
Black with #F070D1
Text Example
Text Example
White with #F070D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F070D1; }
p { color: rgb(240,112,209); }
H1.HeaderClassName
{
color: #F070D1;
}
.AnyTagClassName
{
color: #F070D1;
}
</style>
background-color css
<style>
a { background-color: #F070D1; }
a { background-color: rgb(240,112,209); }
div.DivClassName
{
background-color: #F070D1;
}
.BgClassName
{
background-color: #F070D1;
}
</style>
border-color css
<style>
span { border-color: #F070D1; }
span { border-color: rgb(240,112,209); }
td.TdClassName
{
border-color: #F070D1;
}
.TagClassName
{
border-color: #F070D1;
}
</style>