Shades of Neon Pink #F76CDA
Tints of Neon Pink #F76CDA
RGB
CMYK
RGB Variations
Color information
#F76CDA (or 0xF76CDA) is known color: Neon Pink. HEX triplet: F7, 6C and DA. RGB value is (247,108,218). Sum of RGB (Red+Green+Blue) = 247+108+218=573 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.11% from 573); Green value is 108 (42.58% from 255 or 18.85% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 247 - color contains mainly: red. Hex color #F76CDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76CDA is #089325. Grayscale: #A1A1A1. Windows color (decimal): -561958 or 14314743. OLE color: 14314743.
HSL color Cylindrical-coordinate representation of color #F76CDA: hue angle of 312.52º 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 #F76CDA is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 108 | 218 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.03 |
| HSL | 312.52º | 0.9% | 0.7% | - |
| HSV(B) | 312.52º | 0.56% | 0.97% | - |
| XYZ | 56.38 | 35.56 | 70.22 | - |
| YUV | 162.1 | 159.55 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 108 | 218 | 0 | 0.56 | 0.12 | 0.03 | 312.52 | 0.9 | 0.7 |
| Hex | F7 | 6C | DA | 0 | 38 | C | 3 | 139 | 5A | 46 |
| Octal | 367 | 154 | 332 | 0 | 70 | 14 | 3 | 471 | 132 | 106 |
| Binary | 11110111 | 1101100 | 11011010 | 0 | 111000 | 1100 | 11 | 100111001 | 1011010 | 1000110 |
Color Harmonies of #F76CDA
Complementary color
Monochromatic Colors of #F76CDA
Black with #F76CDA
Text Example
Text Example
White with #F76CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76CDA; }
p { color: rgb(247,108,218); }
H1.HeaderClassName
{
color: #F76CDA;
}
.AnyTagClassName
{
color: #F76CDA;
}
</style>
background-color css
<style>
a { background-color: #F76CDA; }
a { background-color: rgb(247,108,218); }
div.DivClassName
{
background-color: #F76CDA;
}
.BgClassName
{
background-color: #F76CDA;
}
</style>
border-color css
<style>
span { border-color: #F76CDA; }
span { border-color: rgb(247,108,218); }
td.TdClassName
{
border-color: #F76CDA;
}
.TagClassName
{
border-color: #F76CDA;
}
</style>