Shades of Neon Pink #F765CA
Tints of Neon Pink #F765CA
RGB
CMYK
RGB Variations
Color information
#F765CA (or 0xF765CA) is known color: Neon Pink. HEX triplet: F7, 65 and CA. RGB value is (247,101,202). Sum of RGB (Red+Green+Blue) = 247+101+202=550 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.91% from 550); Green value is 101 (39.84% from 255 or 18.36% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 247 - color contains mainly: red. Hex color #F765CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F765CA is #089A35. Grayscale: #9B9B9B. Windows color (decimal): -563766 or 13264375. OLE color: 13264375.
HSL color Cylindrical-coordinate representation of color #F765CA: hue angle of 318.49º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F765CA is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 101 | 202 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.03 |
| HSL | 318.49º | 0.9% | 0.68% | - |
| HSV(B) | 318.49º | 0.59% | 0.97% | - |
| XYZ | 53.67 | 33.35 | 59.48 | - |
| YUV | 156.17 | 153.87 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 101 | 202 | 0 | 0.59 | 0.18 | 0.03 | 318.49 | 0.9 | 0.68 |
| Hex | F7 | 65 | CA | 0 | 3B | 12 | 3 | 13E | 5A | 44 |
| Octal | 367 | 145 | 312 | 0 | 73 | 22 | 3 | 476 | 132 | 104 |
| Binary | 11110111 | 1100101 | 11001010 | 0 | 111011 | 10010 | 11 | 100111110 | 1011010 | 1000100 |
Color Harmonies of #F765CA
Complementary color
Monochromatic Colors of #F765CA
Black with #F765CA
Text Example
Text Example
White with #F765CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F765CA; }
p { color: rgb(247,101,202); }
H1.HeaderClassName
{
color: #F765CA;
}
.AnyTagClassName
{
color: #F765CA;
}
</style>
background-color css
<style>
a { background-color: #F765CA; }
a { background-color: rgb(247,101,202); }
div.DivClassName
{
background-color: #F765CA;
}
.BgClassName
{
background-color: #F765CA;
}
</style>
border-color css
<style>
span { border-color: #F765CA; }
span { border-color: rgb(247,101,202); }
td.TdClassName
{
border-color: #F765CA;
}
.TagClassName
{
border-color: #F765CA;
}
</style>