Shades of Neon Pink #F764C0
Tints of Neon Pink #F764C0
RGB
CMYK
RGB Variations
Color information
#F764C0 (or 0xF764C0) is known color: Neon Pink. HEX triplet: F7, 64 and C0. RGB value is (247,100,192). Sum of RGB (Red+Green+Blue) = 247+100+192=539 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.83% from 539); Green value is 100 (39.45% from 255 or 18.55% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 247 - color contains mainly: red. Hex color #F764C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F764C0 is #089B3F. Grayscale: #9A9A9A. Windows color (decimal): -564032 or 12608759. OLE color: 12608759.
HSL color Cylindrical-coordinate representation of color #F764C0: hue angle of 322.45º 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 #F764C0 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 100 | 192 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.03 |
| HSL | 322.45º | 0.9% | 0.68% | - |
| HSV(B) | 322.45º | 0.6% | 0.97% | - |
| XYZ | 52.43 | 32.69 | 53.42 | - |
| YUV | 154.44 | 149.2 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 100 | 192 | 0 | 0.60 | 0.22 | 0.03 | 322.45 | 0.9 | 0.68 |
| Hex | F7 | 64 | C0 | 0 | 3C | 16 | 3 | 142 | 5A | 44 |
| Octal | 367 | 144 | 300 | 0 | 74 | 26 | 3 | 502 | 132 | 104 |
| Binary | 11110111 | 1100100 | 11000000 | 0 | 111100 | 10110 | 11 | 101000010 | 1011010 | 1000100 |
Color Harmonies of #F764C0
Complementary color
Monochromatic Colors of #F764C0
Black with #F764C0
Text Example
Text Example
White with #F764C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F764C0; }
p { color: rgb(247,100,192); }
H1.HeaderClassName
{
color: #F764C0;
}
.AnyTagClassName
{
color: #F764C0;
}
</style>
background-color css
<style>
a { background-color: #F764C0; }
a { background-color: rgb(247,100,192); }
div.DivClassName
{
background-color: #F764C0;
}
.BgClassName
{
background-color: #F764C0;
}
</style>
border-color css
<style>
span { border-color: #F764C0; }
span { border-color: rgb(247,100,192); }
td.TdClassName
{
border-color: #F764C0;
}
.TagClassName
{
border-color: #F764C0;
}
</style>