Shades of Neon Pink #F079CC
Tints of Neon Pink #F079CC
RGB
CMYK
RGB Variations
Color information
#F079CC (or 0xF079CC) is known color: Neon Pink. HEX triplet: F0, 79 and CC. RGB value is (240,121,204). Sum of RGB (Red+Green+Blue) = 240+121+204=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 121 (47.66% from 255 or 21.42% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F079CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F079CC is #0F8633. Grayscale: #A5A5A5. Windows color (decimal): -1017396 or 13400560. OLE color: 13400560.
HSL color Cylindrical-coordinate representation of color #F079CC: hue angle of 318.15º 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 #F079CC is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 121 | 204 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.06 |
| HSL | 318.15º | 0.8% | 0.71% | - |
| HSV(B) | 318.15º | 0.5% | 0.94% | - |
| XYZ | 53.67 | 36.56 | 61.35 | - |
| YUV | 166.04 | 149.42 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 121 | 204 | 0 | 0.50 | 0.15 | 0.06 | 318.15 | 0.8 | 0.71 |
| Hex | F0 | 79 | CC | 0 | 32 | F | 6 | 13E | 50 | 47 |
| Octal | 360 | 171 | 314 | 0 | 62 | 17 | 6 | 476 | 120 | 107 |
| Binary | 11110000 | 1111001 | 11001100 | 0 | 110010 | 1111 | 110 | 100111110 | 1010000 | 1000111 |
Color Harmonies of #F079CC
Complementary color
Monochromatic Colors of #F079CC
Black with #F079CC
Text Example
Text Example
White with #F079CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F079CC; }
p { color: rgb(240,121,204); }
H1.HeaderClassName
{
color: #F079CC;
}
.AnyTagClassName
{
color: #F079CC;
}
</style>
background-color css
<style>
a { background-color: #F079CC; }
a { background-color: rgb(240,121,204); }
div.DivClassName
{
background-color: #F079CC;
}
.BgClassName
{
background-color: #F079CC;
}
</style>
border-color css
<style>
span { border-color: #F079CC; }
span { border-color: rgb(240,121,204); }
td.TdClassName
{
border-color: #F079CC;
}
.TagClassName
{
border-color: #F079CC;
}
</style>