Shades of Neon Pink #F075CE
Tints of Neon Pink #F075CE
RGB
CMYK
RGB Variations
Color information
#F075CE (or 0xF075CE) is known color: Neon Pink. HEX triplet: F0, 75 and CE. RGB value is (240,117,206). Sum of RGB (Red+Green+Blue) = 240+117+206=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 117 (46.09% from 255 or 20.78% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F075CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F075CE is #0F8A31. Grayscale: #A3A3A3. Windows color (decimal): -1018418 or 13530608. OLE color: 13530608.
HSL color Cylindrical-coordinate representation of color #F075CE: hue angle of 316.59º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F075CE is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 117 | 206 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.06 |
| HSL | 316.59º | 0.8% | 0.7% | - |
| HSV(B) | 316.59º | 0.51% | 0.94% | - |
| XYZ | 53.44 | 35.7 | 62.47 | - |
| YUV | 163.92 | 151.75 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 117 | 206 | 0 | 0.51 | 0.14 | 0.06 | 316.59 | 0.8 | 0.7 |
| Hex | F0 | 75 | CE | 0 | 33 | E | 6 | 13D | 50 | 46 |
| Octal | 360 | 165 | 316 | 0 | 63 | 16 | 6 | 475 | 120 | 106 |
| Binary | 11110000 | 1110101 | 11001110 | 0 | 110011 | 1110 | 110 | 100111101 | 1010000 | 1000110 |
Color Harmonies of #F075CE
Complementary color
Monochromatic Colors of #F075CE
Black with #F075CE
Text Example
Text Example
White with #F075CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F075CE; }
p { color: rgb(240,117,206); }
H1.HeaderClassName
{
color: #F075CE;
}
.AnyTagClassName
{
color: #F075CE;
}
</style>
background-color css
<style>
a { background-color: #F075CE; }
a { background-color: rgb(240,117,206); }
div.DivClassName
{
background-color: #F075CE;
}
.BgClassName
{
background-color: #F075CE;
}
</style>
border-color css
<style>
span { border-color: #F075CE; }
span { border-color: rgb(240,117,206); }
td.TdClassName
{
border-color: #F075CE;
}
.TagClassName
{
border-color: #F075CE;
}
</style>