Shades of Neon Pink #F071CE
Tints of Neon Pink #F071CE
RGB
CMYK
RGB Variations
Color information
#F071CE (or 0xF071CE) is known color: Neon Pink. HEX triplet: F0, 71 and CE. RGB value is (240,113,206). Sum of RGB (Red+Green+Blue) = 240+113+206=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 113 (44.53% from 255 or 20.21% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 240 - color contains mainly: red. Hex color #F071CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F071CE is #0F8E31. Grayscale: #A1A1A1. Windows color (decimal): -1019442 or 13529584. OLE color: 13529584.
HSL color Cylindrical-coordinate representation of color #F071CE: hue angle of 316.06º 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 #F071CE is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 113 | 206 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.06 |
| HSL | 316.06º | 0.81% | 0.69% | - |
| HSV(B) | 316.06º | 0.53% | 0.94% | - |
| XYZ | 52.98 | 34.79 | 62.32 | - |
| YUV | 161.58 | 153.08 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 113 | 206 | 0 | 0.53 | 0.14 | 0.06 | 316.06 | 0.81 | 0.69 |
| Hex | F0 | 71 | CE | 0 | 35 | E | 6 | 13C | 51 | 45 |
| Octal | 360 | 161 | 316 | 0 | 65 | 16 | 6 | 474 | 121 | 105 |
| Binary | 11110000 | 1110001 | 11001110 | 0 | 110101 | 1110 | 110 | 100111100 | 1010001 | 1000101 |
Color Harmonies of #F071CE
Complementary color
Monochromatic Colors of #F071CE
Black with #F071CE
Text Example
Text Example
White with #F071CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F071CE; }
p { color: rgb(240,113,206); }
H1.HeaderClassName
{
color: #F071CE;
}
.AnyTagClassName
{
color: #F071CE;
}
</style>
background-color css
<style>
a { background-color: #F071CE; }
a { background-color: rgb(240,113,206); }
div.DivClassName
{
background-color: #F071CE;
}
.BgClassName
{
background-color: #F071CE;
}
</style>
border-color css
<style>
span { border-color: #F071CE; }
span { border-color: rgb(240,113,206); }
td.TdClassName
{
border-color: #F071CE;
}
.TagClassName
{
border-color: #F071CE;
}
</style>