Shades of Neon Pink #F079CE
Tints of Neon Pink #F079CE
RGB
CMYK
RGB Variations
Color information
#F079CE (or 0xF079CE) is known color: Neon Pink. HEX triplet: F0, 79 and CE. RGB value is (240,121,206). Sum of RGB (Red+Green+Blue) = 240+121+206=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 121 (47.66% from 255 or 21.34% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F079CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F079CE is #0F8631. Grayscale: #A6A6A6. Windows color (decimal): -1017394 or 13531632. OLE color: 13531632.
HSL color Cylindrical-coordinate representation of color #F079CE: hue angle of 317.14º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F079CE is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 121 | 206 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.06 |
| HSL | 317.14º | 0.8% | 0.71% | - |
| HSV(B) | 317.14º | 0.5% | 0.94% | - |
| XYZ | 53.91 | 36.66 | 62.63 | - |
| YUV | 166.27 | 150.42 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 121 | 206 | 0 | 0.50 | 0.14 | 0.06 | 317.14 | 0.8 | 0.71 |
| Hex | F0 | 79 | CE | 0 | 32 | E | 6 | 13D | 50 | 47 |
| Octal | 360 | 171 | 316 | 0 | 62 | 16 | 6 | 475 | 120 | 107 |
| Binary | 11110000 | 1111001 | 11001110 | 0 | 110010 | 1110 | 110 | 100111101 | 1010000 | 1000111 |
Color Harmonies of #F079CE
Complementary color
Monochromatic Colors of #F079CE
Black with #F079CE
Text Example
Text Example
White with #F079CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F079CE; }
p { color: rgb(240,121,206); }
H1.HeaderClassName
{
color: #F079CE;
}
.AnyTagClassName
{
color: #F079CE;
}
</style>
background-color css
<style>
a { background-color: #F079CE; }
a { background-color: rgb(240,121,206); }
div.DivClassName
{
background-color: #F079CE;
}
.BgClassName
{
background-color: #F079CE;
}
</style>
border-color css
<style>
span { border-color: #F079CE; }
span { border-color: rgb(240,121,206); }
td.TdClassName
{
border-color: #F079CE;
}
.TagClassName
{
border-color: #F079CE;
}
</style>