Shades of Neon Pink #F070D3
Tints of Neon Pink #F070D3
RGB
CMYK
RGB Variations
Color information
#F070D3 (or 0xF070D3) is known color: Neon Pink. HEX triplet: F0, 70 and D3. RGB value is (240,112,211). Sum of RGB (Red+Green+Blue) = 240+112+211=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 112 (44.14% from 255 or 19.89% from 563); Blue value is 211 (82.81% from 255 or 37.48% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F070D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F070D3 is #0F8F2C. Grayscale: #A1A1A1. Windows color (decimal): -1019693 or 13857008. OLE color: 13857008.
HSL color Cylindrical-coordinate representation of color #F070D3: hue angle of 313.59º 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 #F070D3 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 112 | 211 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.06 |
| HSL | 313.59º | 0.81% | 0.69% | - |
| HSV(B) | 313.59º | 0.53% | 0.94% | - |
| XYZ | 53.49 | 34.82 | 65.53 | - |
| YUV | 161.56 | 155.91 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 211 | 0 | 0.53 | 0.12 | 0.06 | 313.59 | 0.81 | 0.69 |
| Hex | F0 | 70 | D3 | 0 | 35 | C | 6 | 13A | 51 | 45 |
| Octal | 360 | 160 | 323 | 0 | 65 | 14 | 6 | 472 | 121 | 105 |
| Binary | 11110000 | 1110000 | 11010011 | 0 | 110101 | 1100 | 110 | 100111010 | 1010001 | 1000101 |
Color Harmonies of #F070D3
Complementary color
Monochromatic Colors of #F070D3
Black with #F070D3
Text Example
Text Example
White with #F070D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F070D3; }
p { color: rgb(240,112,211); }
H1.HeaderClassName
{
color: #F070D3;
}
.AnyTagClassName
{
color: #F070D3;
}
</style>
background-color css
<style>
a { background-color: #F070D3; }
a { background-color: rgb(240,112,211); }
div.DivClassName
{
background-color: #F070D3;
}
.BgClassName
{
background-color: #F070D3;
}
</style>
border-color css
<style>
span { border-color: #F070D3; }
span { border-color: rgb(240,112,211); }
td.TdClassName
{
border-color: #F070D3;
}
.TagClassName
{
border-color: #F070D3;
}
</style>