Shades of Neon Pink #F764D6
Tints of Neon Pink #F764D6
RGB
CMYK
RGB Variations
Color information
#F764D6 (or 0xF764D6) is known color: Neon Pink. HEX triplet: F7, 64 and D6. RGB value is (247,100,214). Sum of RGB (Red+Green+Blue) = 247+100+214=561 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.03% from 561); Green value is 100 (39.45% from 255 or 17.83% from 561); Blue value is 214 (83.98% from 255 or 38.15% from 561); Max value from RGB is 247 - color contains mainly: red. Hex color #F764D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F764D6 is #089B29. Grayscale: #9C9C9C. Windows color (decimal): -564010 or 14050551. OLE color: 14050551.
HSL color Cylindrical-coordinate representation of color #F764D6: hue angle of 313.47º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F764D6 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 100 | 214 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.03 |
| HSL | 313.47º | 0.9% | 0.68% | - |
| HSV(B) | 313.47º | 0.6% | 0.97% | - |
| XYZ | 55.05 | 33.74 | 67.23 | - |
| YUV | 156.95 | 160.2 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 100 | 214 | 0 | 0.60 | 0.13 | 0.03 | 313.47 | 0.9 | 0.68 |
| Hex | F7 | 64 | D6 | 0 | 3C | D | 3 | 139 | 5A | 44 |
| Octal | 367 | 144 | 326 | 0 | 74 | 15 | 3 | 471 | 132 | 104 |
| Binary | 11110111 | 1100100 | 11010110 | 0 | 111100 | 1101 | 11 | 100111001 | 1011010 | 1000100 |
Color Harmonies of #F764D6
Complementary color
Monochromatic Colors of #F764D6
Black with #F764D6
Text Example
Text Example
White with #F764D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F764D6; }
p { color: rgb(247,100,214); }
H1.HeaderClassName
{
color: #F764D6;
}
.AnyTagClassName
{
color: #F764D6;
}
</style>
background-color css
<style>
a { background-color: #F764D6; }
a { background-color: rgb(247,100,214); }
div.DivClassName
{
background-color: #F764D6;
}
.BgClassName
{
background-color: #F764D6;
}
</style>
border-color css
<style>
span { border-color: #F764D6; }
span { border-color: rgb(247,100,214); }
td.TdClassName
{
border-color: #F764D6;
}
.TagClassName
{
border-color: #F764D6;
}
</style>