Shades of Neon Pink #F768CE
Tints of Neon Pink #F768CE
RGB
CMYK
RGB Variations
Color information
#F768CE (or 0xF768CE) is known color: Neon Pink. HEX triplet: F7, 68 and CE. RGB value is (247,104,206). Sum of RGB (Red+Green+Blue) = 247+104+206=557 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.34% from 557); Green value is 104 (41.02% from 255 or 18.67% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 247 - color contains mainly: red. Hex color #F768CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F768CE is #089731. Grayscale: #9E9E9E. Windows color (decimal): -562994 or 13527287. OLE color: 13527287.
HSL color Cylindrical-coordinate representation of color #F768CE: hue angle of 317.2º 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 #F768CE is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 104 | 206 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.03 |
| HSL | 317.2º | 0.9% | 0.69% | - |
| HSV(B) | 317.2º | 0.58% | 0.97% | - |
| XYZ | 54.45 | 34.13 | 62.11 | - |
| YUV | 158.39 | 154.88 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 104 | 206 | 0 | 0.58 | 0.17 | 0.03 | 317.2 | 0.9 | 0.69 |
| Hex | F7 | 68 | CE | 0 | 3A | 11 | 3 | 13D | 5A | 45 |
| Octal | 367 | 150 | 316 | 0 | 72 | 21 | 3 | 475 | 132 | 105 |
| Binary | 11110111 | 1101000 | 11001110 | 0 | 111010 | 10001 | 11 | 100111101 | 1011010 | 1000101 |
Color Harmonies of #F768CE
Complementary color
Monochromatic Colors of #F768CE
Black with #F768CE
Text Example
Text Example
White with #F768CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F768CE; }
p { color: rgb(247,104,206); }
H1.HeaderClassName
{
color: #F768CE;
}
.AnyTagClassName
{
color: #F768CE;
}
</style>
background-color css
<style>
a { background-color: #F768CE; }
a { background-color: rgb(247,104,206); }
div.DivClassName
{
background-color: #F768CE;
}
.BgClassName
{
background-color: #F768CE;
}
</style>
border-color css
<style>
span { border-color: #F768CE; }
span { border-color: rgb(247,104,206); }
td.TdClassName
{
border-color: #F768CE;
}
.TagClassName
{
border-color: #F768CE;
}
</style>