Shades of Neon Pink #F76DD5
Tints of Neon Pink #F76DD5
RGB
CMYK
RGB Variations
Color information
#F76DD5 (or 0xF76DD5) is known color: Neon Pink. HEX triplet: F7, 6D and D5. RGB value is (247,109,213). Sum of RGB (Red+Green+Blue) = 247+109+213=569 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.41% from 569); Green value is 109 (42.97% from 255 or 19.16% from 569); Blue value is 213 (83.59% from 255 or 37.43% from 569); Max value from RGB is 247 - color contains mainly: red. Hex color #F76DD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76DD5 is #08922A. Grayscale: #A1A1A1. Windows color (decimal): -561707 or 13987319. OLE color: 13987319.
HSL color Cylindrical-coordinate representation of color #F76DD5: hue angle of 314.78º 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 #F76DD5 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 109 | 213 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.03 |
| HSL | 314.78º | 0.9% | 0.7% | - |
| HSV(B) | 314.78º | 0.56% | 0.97% | - |
| XYZ | 55.84 | 35.52 | 66.86 | - |
| YUV | 162.12 | 156.72 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 109 | 213 | 0 | 0.56 | 0.14 | 0.03 | 314.78 | 0.9 | 0.7 |
| Hex | F7 | 6D | D5 | 0 | 38 | E | 3 | 13B | 5A | 46 |
| Octal | 367 | 155 | 325 | 0 | 70 | 16 | 3 | 473 | 132 | 106 |
| Binary | 11110111 | 1101101 | 11010101 | 0 | 111000 | 1110 | 11 | 100111011 | 1011010 | 1000110 |
Color Harmonies of #F76DD5
Complementary color
Monochromatic Colors of #F76DD5
Black with #F76DD5
Text Example
Text Example
White with #F76DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76DD5; }
p { color: rgb(247,109,213); }
H1.HeaderClassName
{
color: #F76DD5;
}
.AnyTagClassName
{
color: #F76DD5;
}
</style>
background-color css
<style>
a { background-color: #F76DD5; }
a { background-color: rgb(247,109,213); }
div.DivClassName
{
background-color: #F76DD5;
}
.BgClassName
{
background-color: #F76DD5;
}
</style>
border-color css
<style>
span { border-color: #F76DD5; }
span { border-color: rgb(247,109,213); }
td.TdClassName
{
border-color: #F76DD5;
}
.TagClassName
{
border-color: #F76DD5;
}
</style>