Shades of Neon Pink #F769BD
Tints of Neon Pink #F769BD
RGB
CMYK
RGB Variations
Color information
#F769BD (or 0xF769BD) is known color: Neon Pink. HEX triplet: F7, 69 and BD. RGB value is (247,105,189). Sum of RGB (Red+Green+Blue) = 247+105+189=541 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.66% from 541); Green value is 105 (41.41% from 255 or 19.41% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 247 - color contains mainly: red. Hex color #F769BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F769BD is #089642. Grayscale: #9C9C9C. Windows color (decimal): -562755 or 12413431. OLE color: 12413431.
HSL color Cylindrical-coordinate representation of color #F769BD: hue angle of 324.51º 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 #F769BD is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 105 | 189 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.03 |
| HSL | 324.51º | 0.9% | 0.69% | - |
| HSV(B) | 324.51º | 0.57% | 0.97% | - |
| XYZ | 52.59 | 33.55 | 51.85 | - |
| YUV | 157.03 | 146.04 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 105 | 189 | 0 | 0.57 | 0.23 | 0.03 | 324.51 | 0.9 | 0.69 |
| Hex | F7 | 69 | BD | 0 | 39 | 17 | 3 | 145 | 5A | 45 |
| Octal | 367 | 151 | 275 | 0 | 71 | 27 | 3 | 505 | 132 | 105 |
| Binary | 11110111 | 1101001 | 10111101 | 0 | 111001 | 10111 | 11 | 101000101 | 1011010 | 1000101 |
Color Harmonies of #F769BD
Complementary color
Monochromatic Colors of #F769BD
Black with #F769BD
Text Example
Text Example
White with #F769BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F769BD; }
p { color: rgb(247,105,189); }
H1.HeaderClassName
{
color: #F769BD;
}
.AnyTagClassName
{
color: #F769BD;
}
</style>
background-color css
<style>
a { background-color: #F769BD; }
a { background-color: rgb(247,105,189); }
div.DivClassName
{
background-color: #F769BD;
}
.BgClassName
{
background-color: #F769BD;
}
</style>
border-color css
<style>
span { border-color: #F769BD; }
span { border-color: rgb(247,105,189); }
td.TdClassName
{
border-color: #F769BD;
}
.TagClassName
{
border-color: #F769BD;
}
</style>