Shades of Neon Pink #F073C2
Tints of Neon Pink #F073C2
RGB
CMYK
RGB Variations
Color information
#F073C2 (or 0xF073C2) is known color: Neon Pink. HEX triplet: F0, 73 and C2. RGB value is (240,115,194). Sum of RGB (Red+Green+Blue) = 240+115+194=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 115 (45.31% from 255 or 20.95% from 549); Blue value is 194 (76.17% from 255 or 35.34% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F073C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F073C2 is #0F8C3D. Grayscale: #A1A1A1. Windows color (decimal): -1018942 or 12743664. OLE color: 12743664.
HSL color Cylindrical-coordinate representation of color #F073C2: hue angle of 322.08º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F073C2 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 115 | 194 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.06 |
| HSL | 322.08º | 0.81% | 0.7% | - |
| HSV(B) | 322.08º | 0.52% | 0.94% | - |
| XYZ | 51.8 | 34.68 | 55 | - |
| YUV | 161.38 | 146.41 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 115 | 194 | 0 | 0.52 | 0.19 | 0.06 | 322.08 | 0.81 | 0.7 |
| Hex | F0 | 73 | C2 | 0 | 34 | 13 | 6 | 142 | 51 | 46 |
| Octal | 360 | 163 | 302 | 0 | 64 | 23 | 6 | 502 | 121 | 106 |
| Binary | 11110000 | 1110011 | 11000010 | 0 | 110100 | 10011 | 110 | 101000010 | 1010001 | 1000110 |
Color Harmonies of #F073C2
Complementary color
Monochromatic Colors of #F073C2
Black with #F073C2
Text Example
Text Example
White with #F073C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F073C2; }
p { color: rgb(240,115,194); }
H1.HeaderClassName
{
color: #F073C2;
}
.AnyTagClassName
{
color: #F073C2;
}
</style>
background-color css
<style>
a { background-color: #F073C2; }
a { background-color: rgb(240,115,194); }
div.DivClassName
{
background-color: #F073C2;
}
.BgClassName
{
background-color: #F073C2;
}
</style>
border-color css
<style>
span { border-color: #F073C2; }
span { border-color: rgb(240,115,194); }
td.TdClassName
{
border-color: #F073C2;
}
.TagClassName
{
border-color: #F073C2;
}
</style>