Shades of Neon Pink #F070C3
Tints of Neon Pink #F070C3
RGB
CMYK
RGB Variations
Color information
#F070C3 (or 0xF070C3) is known color: Neon Pink. HEX triplet: F0, 70 and C3. RGB value is (240,112,195). Sum of RGB (Red+Green+Blue) = 240+112+195=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 112 (44.14% from 255 or 20.48% from 547); Blue value is 195 (76.56% from 255 or 35.65% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F070C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F070C3 is #0F8F3C. Grayscale: #9F9F9F. Windows color (decimal): -1019709 or 12808432. OLE color: 12808432.
HSL color Cylindrical-coordinate representation of color #F070C3: hue angle of 321.09º 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 #F070C3 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 112 | 195 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.06 |
| HSL | 321.09º | 0.81% | 0.69% | - |
| HSV(B) | 321.09º | 0.53% | 0.94% | - |
| XYZ | 51.58 | 34.05 | 55.48 | - |
| YUV | 159.73 | 147.91 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 195 | 0 | 0.53 | 0.19 | 0.06 | 321.09 | 0.81 | 0.69 |
| Hex | F0 | 70 | C3 | 0 | 35 | 13 | 6 | 141 | 51 | 45 |
| Octal | 360 | 160 | 303 | 0 | 65 | 23 | 6 | 501 | 121 | 105 |
| Binary | 11110000 | 1110000 | 11000011 | 0 | 110101 | 10011 | 110 | 101000001 | 1010001 | 1000101 |
Color Harmonies of #F070C3
Complementary color
Monochromatic Colors of #F070C3
Black with #F070C3
Text Example
Text Example
White with #F070C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F070C3; }
p { color: rgb(240,112,195); }
H1.HeaderClassName
{
color: #F070C3;
}
.AnyTagClassName
{
color: #F070C3;
}
</style>
background-color css
<style>
a { background-color: #F070C3; }
a { background-color: rgb(240,112,195); }
div.DivClassName
{
background-color: #F070C3;
}
.BgClassName
{
background-color: #F070C3;
}
</style>
border-color css
<style>
span { border-color: #F070C3; }
span { border-color: rgb(240,112,195); }
td.TdClassName
{
border-color: #F070C3;
}
.TagClassName
{
border-color: #F070C3;
}
</style>