Shades of Neon Pink #F761CB
Tints of Neon Pink #F761CB
RGB
CMYK
RGB Variations
Color information
#F761CB (or 0xF761CB) is known color: Neon Pink. HEX triplet: F7, 61 and CB. RGB value is (247,97,203). Sum of RGB (Red+Green+Blue) = 247+97+203=547 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.16% from 547); Green value is 97 (38.28% from 255 or 17.73% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 247 - color contains mainly: red. Hex color #F761CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F761CB is #089E34. Grayscale: #999999. Windows color (decimal): -564789 or 13328887. OLE color: 13328887.
HSL color Cylindrical-coordinate representation of color #F761CB: hue angle of 317.6º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F761CB is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 97 | 203 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.03 |
| HSL | 317.6º | 0.9% | 0.67% | - |
| HSV(B) | 317.6º | 0.61% | 0.97% | - |
| XYZ | 53.41 | 32.64 | 59.98 | - |
| YUV | 153.93 | 155.7 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 97 | 203 | 0 | 0.61 | 0.18 | 0.03 | 317.6 | 0.9 | 0.67 |
| Hex | F7 | 61 | CB | 0 | 3D | 12 | 3 | 13E | 5A | 43 |
| Octal | 367 | 141 | 313 | 0 | 75 | 22 | 3 | 476 | 132 | 103 |
| Binary | 11110111 | 1100001 | 11001011 | 0 | 111101 | 10010 | 11 | 100111110 | 1011010 | 1000011 |
Color Harmonies of #F761CB
Complementary color
Monochromatic Colors of #F761CB
Black with #F761CB
Text Example
Text Example
White with #F761CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F761CB; }
p { color: rgb(247,97,203); }
H1.HeaderClassName
{
color: #F761CB;
}
.AnyTagClassName
{
color: #F761CB;
}
</style>
background-color css
<style>
a { background-color: #F761CB; }
a { background-color: rgb(247,97,203); }
div.DivClassName
{
background-color: #F761CB;
}
.BgClassName
{
background-color: #F761CB;
}
</style>
border-color css
<style>
span { border-color: #F761CB; }
span { border-color: rgb(247,97,203); }
td.TdClassName
{
border-color: #F761CB;
}
.TagClassName
{
border-color: #F761CB;
}
</style>