Shades of Neon Pink #F976D3
Tints of Neon Pink #F976D3
RGB
CMYK
RGB Variations
Color information
#F976D3 (or 0xF976D3) is known color: Neon Pink. HEX triplet: F9, 76 and D3. RGB value is (249,118,211). Sum of RGB (Red+Green+Blue) = 249+118+211=578 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.08% from 578); Green value is 118 (46.48% from 255 or 20.42% from 578); Blue value is 211 (82.81% from 255 or 36.51% from 578); Max value from RGB is 249 - color contains mainly: red. Hex color #F976D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F976D3 is #06892C. Grayscale: #A7A7A7. Windows color (decimal): -428333 or 13858553. OLE color: 13858553.
HSL color Cylindrical-coordinate representation of color #F976D3: hue angle of 317.4º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F976D3 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 118 | 211 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.02 |
| HSL | 317.4º | 0.92% | 0.72% | - |
| HSV(B) | 317.4º | 0.53% | 0.98% | - |
| XYZ | 57.3 | 37.8 | 65.9 | - |
| YUV | 167.77 | 152.4 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 118 | 211 | 0 | 0.53 | 0.15 | 0.02 | 317.4 | 0.92 | 0.72 |
| Hex | F9 | 76 | D3 | 0 | 35 | F | 2 | 13D | 5C | 48 |
| Octal | 371 | 166 | 323 | 0 | 65 | 17 | 2 | 475 | 134 | 110 |
| Binary | 11111001 | 1110110 | 11010011 | 0 | 110101 | 1111 | 10 | 100111101 | 1011100 | 1001000 |
Color Harmonies of #F976D3
Complementary color
Monochromatic Colors of #F976D3
Black with #F976D3
Text Example
Text Example
White with #F976D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F976D3; }
p { color: rgb(249,118,211); }
H1.HeaderClassName
{
color: #F976D3;
}
.AnyTagClassName
{
color: #F976D3;
}
</style>
background-color css
<style>
a { background-color: #F976D3; }
a { background-color: rgb(249,118,211); }
div.DivClassName
{
background-color: #F976D3;
}
.BgClassName
{
background-color: #F976D3;
}
</style>
border-color css
<style>
span { border-color: #F976D3; }
span { border-color: rgb(249,118,211); }
td.TdClassName
{
border-color: #F976D3;
}
.TagClassName
{
border-color: #F976D3;
}
</style>