Shades of Neon Pink #F76CCB
Tints of Neon Pink #F76CCB
RGB
CMYK
RGB Variations
Color information
#F76CCB (or 0xF76CCB) is known color: Neon Pink. HEX triplet: F7, 6C and CB. RGB value is (247,108,203). Sum of RGB (Red+Green+Blue) = 247+108+203=558 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.27% from 558); Green value is 108 (42.58% from 255 or 19.35% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 247 - color contains mainly: red. Hex color #F76CCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76CCB is #089334. Grayscale: #A0A0A0. Windows color (decimal): -561973 or 13331703. OLE color: 13331703.
HSL color Cylindrical-coordinate representation of color #F76CCB: hue angle of 318.99º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F76CCB is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 108 | 203 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.03 |
| HSL | 318.99º | 0.9% | 0.7% | - |
| HSV(B) | 318.99º | 0.56% | 0.97% | - |
| XYZ | 54.5 | 34.81 | 60.35 | - |
| YUV | 160.39 | 152.05 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 108 | 203 | 0 | 0.56 | 0.18 | 0.03 | 318.99 | 0.9 | 0.7 |
| Hex | F7 | 6C | CB | 0 | 38 | 12 | 3 | 13F | 5A | 46 |
| Octal | 367 | 154 | 313 | 0 | 70 | 22 | 3 | 477 | 132 | 106 |
| Binary | 11110111 | 1101100 | 11001011 | 0 | 111000 | 10010 | 11 | 100111111 | 1011010 | 1000110 |
Color Harmonies of #F76CCB
Complementary color
Monochromatic Colors of #F76CCB
Black with #F76CCB
Text Example
Text Example
White with #F76CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76CCB; }
p { color: rgb(247,108,203); }
H1.HeaderClassName
{
color: #F76CCB;
}
.AnyTagClassName
{
color: #F76CCB;
}
</style>
background-color css
<style>
a { background-color: #F76CCB; }
a { background-color: rgb(247,108,203); }
div.DivClassName
{
background-color: #F76CCB;
}
.BgClassName
{
background-color: #F76CCB;
}
</style>
border-color css
<style>
span { border-color: #F76CCB; }
span { border-color: rgb(247,108,203); }
td.TdClassName
{
border-color: #F76CCB;
}
.TagClassName
{
border-color: #F76CCB;
}
</style>