Shades of Neon Pink #F769BF
Tints of Neon Pink #F769BF
RGB
CMYK
RGB Variations
Color information
#F769BF (or 0xF769BF) is known color: Neon Pink. HEX triplet: F7, 69 and BF. RGB value is (247,105,191). Sum of RGB (Red+Green+Blue) = 247+105+191=543 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.49% from 543); Green value is 105 (41.41% from 255 or 19.34% from 543); Blue value is 191 (75% from 255 or 35.17% from 543); Max value from RGB is 247 - color contains mainly: red. Hex color #F769BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F769BF is #089640. Grayscale: #9D9D9D. Windows color (decimal): -562753 or 12544503. OLE color: 12544503.
HSL color Cylindrical-coordinate representation of color #F769BF: hue angle of 323.66º 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 #F769BF is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 105 | 191 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.03 |
| HSL | 323.66º | 0.9% | 0.69% | - |
| HSV(B) | 323.66º | 0.57% | 0.97% | - |
| XYZ | 52.81 | 33.64 | 53 | - |
| YUV | 157.26 | 147.04 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 105 | 191 | 0 | 0.57 | 0.23 | 0.03 | 323.66 | 0.9 | 0.69 |
| Hex | F7 | 69 | BF | 0 | 39 | 17 | 3 | 144 | 5A | 45 |
| Octal | 367 | 151 | 277 | 0 | 71 | 27 | 3 | 504 | 132 | 105 |
| Binary | 11110111 | 1101001 | 10111111 | 0 | 111001 | 10111 | 11 | 101000100 | 1011010 | 1000101 |
Color Harmonies of #F769BF
Complementary color
Monochromatic Colors of #F769BF
Black with #F769BF
Text Example
Text Example
White with #F769BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F769BF; }
p { color: rgb(247,105,191); }
H1.HeaderClassName
{
color: #F769BF;
}
.AnyTagClassName
{
color: #F769BF;
}
</style>
background-color css
<style>
a { background-color: #F769BF; }
a { background-color: rgb(247,105,191); }
div.DivClassName
{
background-color: #F769BF;
}
.BgClassName
{
background-color: #F769BF;
}
</style>
border-color css
<style>
span { border-color: #F769BF; }
span { border-color: rgb(247,105,191); }
td.TdClassName
{
border-color: #F769BF;
}
.TagClassName
{
border-color: #F769BF;
}
</style>