Shades of Neon Pink #F768D4
Tints of Neon Pink #F768D4
RGB
CMYK
RGB Variations
Color information
#F768D4 (or 0xF768D4) is known color: Neon Pink. HEX triplet: F7, 68 and D4. RGB value is (247,104,212). Sum of RGB (Red+Green+Blue) = 247+104+212=563 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.87% from 563); Green value is 104 (41.02% from 255 or 18.47% from 563); Blue value is 212 (83.20% from 255 or 37.66% from 563); Max value from RGB is 247 - color contains mainly: red. Hex color #F768D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F768D4 is #08972B. Grayscale: #9E9E9E. Windows color (decimal): -562988 or 13920503. OLE color: 13920503.
HSL color Cylindrical-coordinate representation of color #F768D4: hue angle of 314.69º 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 #F768D4 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 104 | 212 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.03 |
| HSL | 314.69º | 0.9% | 0.69% | - |
| HSV(B) | 314.69º | 0.58% | 0.97% | - |
| XYZ | 55.19 | 34.43 | 66.02 | - |
| YUV | 159.07 | 157.88 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 104 | 212 | 0 | 0.58 | 0.14 | 0.03 | 314.69 | 0.9 | 0.69 |
| Hex | F7 | 68 | D4 | 0 | 3A | E | 3 | 13B | 5A | 45 |
| Octal | 367 | 150 | 324 | 0 | 72 | 16 | 3 | 473 | 132 | 105 |
| Binary | 11110111 | 1101000 | 11010100 | 0 | 111010 | 1110 | 11 | 100111011 | 1011010 | 1000101 |
Color Harmonies of #F768D4
Complementary color
Monochromatic Colors of #F768D4
Black with #F768D4
Text Example
Text Example
White with #F768D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F768D4; }
p { color: rgb(247,104,212); }
H1.HeaderClassName
{
color: #F768D4;
}
.AnyTagClassName
{
color: #F768D4;
}
</style>
background-color css
<style>
a { background-color: #F768D4; }
a { background-color: rgb(247,104,212); }
div.DivClassName
{
background-color: #F768D4;
}
.BgClassName
{
background-color: #F768D4;
}
</style>
border-color css
<style>
span { border-color: #F768D4; }
span { border-color: rgb(247,104,212); }
td.TdClassName
{
border-color: #F768D4;
}
.TagClassName
{
border-color: #F768D4;
}
</style>