Shades of Neon Pink #F766CA
Tints of Neon Pink #F766CA
RGB
CMYK
RGB Variations
Color information
#F766CA (or 0xF766CA) is known color: Neon Pink. HEX triplet: F7, 66 and CA. RGB value is (247,102,202). Sum of RGB (Red+Green+Blue) = 247+102+202=551 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.83% from 551); Green value is 102 (40.23% from 255 or 18.51% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 247 - color contains mainly: red. Hex color #F766CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F766CA is #089935. Grayscale: #9C9C9C. Windows color (decimal): -563510 or 13264631. OLE color: 13264631.
HSL color Cylindrical-coordinate representation of color #F766CA: hue angle of 318.62º 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 #F766CA is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 102 | 202 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.03 |
| HSL | 318.62º | 0.9% | 0.68% | - |
| HSV(B) | 318.62º | 0.59% | 0.97% | - |
| XYZ | 53.77 | 33.54 | 59.52 | - |
| YUV | 156.76 | 153.54 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 102 | 202 | 0 | 0.59 | 0.18 | 0.03 | 318.62 | 0.9 | 0.68 |
| Hex | F7 | 66 | CA | 0 | 3B | 12 | 3 | 13F | 5A | 44 |
| Octal | 367 | 146 | 312 | 0 | 73 | 22 | 3 | 477 | 132 | 104 |
| Binary | 11110111 | 1100110 | 11001010 | 0 | 111011 | 10010 | 11 | 100111111 | 1011010 | 1000100 |
Color Harmonies of #F766CA
Complementary color
Monochromatic Colors of #F766CA
Black with #F766CA
Text Example
Text Example
White with #F766CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F766CA; }
p { color: rgb(247,102,202); }
H1.HeaderClassName
{
color: #F766CA;
}
.AnyTagClassName
{
color: #F766CA;
}
</style>
background-color css
<style>
a { background-color: #F766CA; }
a { background-color: rgb(247,102,202); }
div.DivClassName
{
background-color: #F766CA;
}
.BgClassName
{
background-color: #F766CA;
}
</style>
border-color css
<style>
span { border-color: #F766CA; }
span { border-color: rgb(247,102,202); }
td.TdClassName
{
border-color: #F766CA;
}
.TagClassName
{
border-color: #F766CA;
}
</style>