Shades of Neon Pink #F073CE
Tints of Neon Pink #F073CE
RGB
CMYK
RGB Variations
Color information
#F073CE (or 0xF073CE) is known color: Neon Pink. HEX triplet: F0, 73 and CE. RGB value is (240,115,206). Sum of RGB (Red+Green+Blue) = 240+115+206=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 115 (45.31% from 255 or 20.50% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F073CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F073CE is #0F8C31. Grayscale: #A2A2A2. Windows color (decimal): -1018930 or 13530096. OLE color: 13530096.
HSL color Cylindrical-coordinate representation of color #F073CE: hue angle of 316.32º 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 #F073CE is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 115 | 206 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.06 |
| HSL | 316.32º | 0.81% | 0.7% | - |
| HSV(B) | 316.32º | 0.52% | 0.94% | - |
| XYZ | 53.21 | 35.24 | 62.39 | - |
| YUV | 162.75 | 152.41 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 115 | 206 | 0 | 0.52 | 0.14 | 0.06 | 316.32 | 0.81 | 0.7 |
| Hex | F0 | 73 | CE | 0 | 34 | E | 6 | 13C | 51 | 46 |
| Octal | 360 | 163 | 316 | 0 | 64 | 16 | 6 | 474 | 121 | 106 |
| Binary | 11110000 | 1110011 | 11001110 | 0 | 110100 | 1110 | 110 | 100111100 | 1010001 | 1000110 |
Color Harmonies of #F073CE
Complementary color
Monochromatic Colors of #F073CE
Black with #F073CE
Text Example
Text Example
White with #F073CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F073CE; }
p { color: rgb(240,115,206); }
H1.HeaderClassName
{
color: #F073CE;
}
.AnyTagClassName
{
color: #F073CE;
}
</style>
background-color css
<style>
a { background-color: #F073CE; }
a { background-color: rgb(240,115,206); }
div.DivClassName
{
background-color: #F073CE;
}
.BgClassName
{
background-color: #F073CE;
}
</style>
border-color css
<style>
span { border-color: #F073CE; }
span { border-color: rgb(240,115,206); }
td.TdClassName
{
border-color: #F073CE;
}
.TagClassName
{
border-color: #F073CE;
}
</style>