Shades of Neon Pink #F769CF
Tints of Neon Pink #F769CF
RGB
CMYK
RGB Variations
Color information
#F769CF (or 0xF769CF) is known color: Neon Pink. HEX triplet: F7, 69 and CF. RGB value is (247,105,207). Sum of RGB (Red+Green+Blue) = 247+105+207=559 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.19% from 559); Green value is 105 (41.41% from 255 or 18.78% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 247 - color contains mainly: red. Hex color #F769CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F769CF is #089630. Grayscale: #9E9E9E. Windows color (decimal): -562737 or 13593079. OLE color: 13593079.
HSL color Cylindrical-coordinate representation of color #F769CF: hue angle of 316.9º 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 #F769CF is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 105 | 207 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.03 |
| HSL | 316.9º | 0.9% | 0.69% | - |
| HSV(B) | 316.9º | 0.57% | 0.97% | - |
| XYZ | 54.67 | 34.38 | 62.79 | - |
| YUV | 159.09 | 155.04 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 105 | 207 | 0 | 0.57 | 0.16 | 0.03 | 316.9 | 0.9 | 0.69 |
| Hex | F7 | 69 | CF | 0 | 39 | 10 | 3 | 13D | 5A | 45 |
| Octal | 367 | 151 | 317 | 0 | 71 | 20 | 3 | 475 | 132 | 105 |
| Binary | 11110111 | 1101001 | 11001111 | 0 | 111001 | 10000 | 11 | 100111101 | 1011010 | 1000101 |
Color Harmonies of #F769CF
Complementary color
Monochromatic Colors of #F769CF
Black with #F769CF
Text Example
Text Example
White with #F769CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F769CF; }
p { color: rgb(247,105,207); }
H1.HeaderClassName
{
color: #F769CF;
}
.AnyTagClassName
{
color: #F769CF;
}
</style>
background-color css
<style>
a { background-color: #F769CF; }
a { background-color: rgb(247,105,207); }
div.DivClassName
{
background-color: #F769CF;
}
.BgClassName
{
background-color: #F769CF;
}
</style>
border-color css
<style>
span { border-color: #F769CF; }
span { border-color: rgb(247,105,207); }
td.TdClassName
{
border-color: #F769CF;
}
.TagClassName
{
border-color: #F769CF;
}
</style>