Shades of Neon Pink #F768C9
Tints of Neon Pink #F768C9
RGB
CMYK
RGB Variations
Color information
#F768C9 (or 0xF768C9) is known color: Neon Pink. HEX triplet: F7, 68 and C9. RGB value is (247,104,201). Sum of RGB (Red+Green+Blue) = 247+104+201=552 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.75% from 552); Green value is 104 (41.02% from 255 or 18.84% from 552); Blue value is 201 (78.91% from 255 or 36.41% from 552); Max value from RGB is 247 - color contains mainly: red. Hex color #F768C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F768C9 is #089736. Grayscale: #9D9D9D. Windows color (decimal): -562999 or 13199607. OLE color: 13199607.
HSL color Cylindrical-coordinate representation of color #F768C9: hue angle of 319.3º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F768C9 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 104 | 201 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.03 |
| HSL | 319.3º | 0.9% | 0.69% | - |
| HSV(B) | 319.3º | 0.58% | 0.97% | - |
| XYZ | 53.85 | 33.89 | 58.96 | - |
| YUV | 157.82 | 152.38 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 104 | 201 | 0 | 0.58 | 0.19 | 0.03 | 319.3 | 0.9 | 0.69 |
| Hex | F7 | 68 | C9 | 0 | 3A | 13 | 3 | 13F | 5A | 45 |
| Octal | 367 | 150 | 311 | 0 | 72 | 23 | 3 | 477 | 132 | 105 |
| Binary | 11110111 | 1101000 | 11001001 | 0 | 111010 | 10011 | 11 | 100111111 | 1011010 | 1000101 |
Color Harmonies of #F768C9
Complementary color
Monochromatic Colors of #F768C9
Black with #F768C9
Text Example
Text Example
White with #F768C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F768C9; }
p { color: rgb(247,104,201); }
H1.HeaderClassName
{
color: #F768C9;
}
.AnyTagClassName
{
color: #F768C9;
}
</style>
background-color css
<style>
a { background-color: #F768C9; }
a { background-color: rgb(247,104,201); }
div.DivClassName
{
background-color: #F768C9;
}
.BgClassName
{
background-color: #F768C9;
}
</style>
border-color css
<style>
span { border-color: #F768C9; }
span { border-color: rgb(247,104,201); }
td.TdClassName
{
border-color: #F768C9;
}
.TagClassName
{
border-color: #F768C9;
}
</style>