Shades of Neon Pink #F764CA
Tints of Neon Pink #F764CA
RGB
CMYK
RGB Variations
Color information
#F764CA (or 0xF764CA) is known color: Neon Pink. HEX triplet: F7, 64 and CA. RGB value is (247,100,202). Sum of RGB (Red+Green+Blue) = 247+100+202=549 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.99% from 549); Green value is 100 (39.45% from 255 or 18.21% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 247 - color contains mainly: red. Hex color #F764CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F764CA is #089B35. Grayscale: #9B9B9B. Windows color (decimal): -564022 or 13264119. OLE color: 13264119.
HSL color Cylindrical-coordinate representation of color #F764CA: hue angle of 318.37º 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 #F764CA is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 100 | 202 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.03 |
| HSL | 318.37º | 0.9% | 0.68% | - |
| HSV(B) | 318.37º | 0.6% | 0.97% | - |
| XYZ | 53.58 | 33.15 | 59.45 | - |
| YUV | 155.58 | 154.2 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 100 | 202 | 0 | 0.60 | 0.18 | 0.03 | 318.37 | 0.9 | 0.68 |
| Hex | F7 | 64 | CA | 0 | 3C | 12 | 3 | 13E | 5A | 44 |
| Octal | 367 | 144 | 312 | 0 | 74 | 22 | 3 | 476 | 132 | 104 |
| Binary | 11110111 | 1100100 | 11001010 | 0 | 111100 | 10010 | 11 | 100111110 | 1011010 | 1000100 |
Color Harmonies of #F764CA
Complementary color
Monochromatic Colors of #F764CA
Black with #F764CA
Text Example
Text Example
White with #F764CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F764CA; }
p { color: rgb(247,100,202); }
H1.HeaderClassName
{
color: #F764CA;
}
.AnyTagClassName
{
color: #F764CA;
}
</style>
background-color css
<style>
a { background-color: #F764CA; }
a { background-color: rgb(247,100,202); }
div.DivClassName
{
background-color: #F764CA;
}
.BgClassName
{
background-color: #F764CA;
}
</style>
border-color css
<style>
span { border-color: #F764CA; }
span { border-color: rgb(247,100,202); }
td.TdClassName
{
border-color: #F764CA;
}
.TagClassName
{
border-color: #F764CA;
}
</style>