Shades of Neon Pink #F769C0
Tints of Neon Pink #F769C0
RGB
CMYK
RGB Variations
Color information
#F769C0 (or 0xF769C0) is known color: Neon Pink. HEX triplet: F7, 69 and C0. RGB value is (247,105,192). Sum of RGB (Red+Green+Blue) = 247+105+192=544 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.40% from 544); Green value is 105 (41.41% from 255 or 19.30% from 544); Blue value is 192 (75.39% from 255 or 35.29% from 544); Max value from RGB is 247 - color contains mainly: red. Hex color #F769C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F769C0 is #08963F. Grayscale: #9D9D9D. Windows color (decimal): -562752 or 12610039. OLE color: 12610039.
HSL color Cylindrical-coordinate representation of color #F769C0: hue angle of 323.24º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F769C0 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 105 | 192 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.03 |
| HSL | 323.24º | 0.9% | 0.69% | - |
| HSV(B) | 323.24º | 0.57% | 0.97% | - |
| XYZ | 52.92 | 33.68 | 53.58 | - |
| YUV | 157.38 | 147.54 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 105 | 192 | 0 | 0.57 | 0.22 | 0.03 | 323.24 | 0.9 | 0.69 |
| Hex | F7 | 69 | C0 | 0 | 39 | 16 | 3 | 143 | 5A | 45 |
| Octal | 367 | 151 | 300 | 0 | 71 | 26 | 3 | 503 | 132 | 105 |
| Binary | 11110111 | 1101001 | 11000000 | 0 | 111001 | 10110 | 11 | 101000011 | 1011010 | 1000101 |
Color Harmonies of #F769C0
Complementary color
Monochromatic Colors of #F769C0
Black with #F769C0
Text Example
Text Example
White with #F769C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F769C0; }
p { color: rgb(247,105,192); }
H1.HeaderClassName
{
color: #F769C0;
}
.AnyTagClassName
{
color: #F769C0;
}
</style>
background-color css
<style>
a { background-color: #F769C0; }
a { background-color: rgb(247,105,192); }
div.DivClassName
{
background-color: #F769C0;
}
.BgClassName
{
background-color: #F769C0;
}
</style>
border-color css
<style>
span { border-color: #F769C0; }
span { border-color: rgb(247,105,192); }
td.TdClassName
{
border-color: #F769C0;
}
.TagClassName
{
border-color: #F769C0;
}
</style>