Shades of Neon Pink #F974D0
Tints of Neon Pink #F974D0
RGB
CMYK
RGB Variations
Color information
#F974D0 (or 0xF974D0) is known color: Neon Pink. HEX triplet: F9, 74 and D0. RGB value is (249,116,208). Sum of RGB (Red+Green+Blue) = 249+116+208=573 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.46% from 573); Green value is 116 (45.70% from 255 or 20.24% from 573); Blue value is 208 (81.64% from 255 or 36.30% from 573); Max value from RGB is 249 - color contains mainly: red. Hex color #F974D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F974D0 is #068B2F. Grayscale: #A6A6A6. Windows color (decimal): -428848 or 13661433. OLE color: 13661433.
HSL color Cylindrical-coordinate representation of color #F974D0: hue angle of 318.5º 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 #F974D0 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 116 | 208 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.02 |
| HSL | 318.5º | 0.92% | 0.72% | - |
| HSV(B) | 318.5º | 0.53% | 0.98% | - |
| XYZ | 56.7 | 37.18 | 63.86 | - |
| YUV | 166.26 | 151.56 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 116 | 208 | 0 | 0.53 | 0.16 | 0.02 | 318.5 | 0.92 | 0.72 |
| Hex | F9 | 74 | D0 | 0 | 35 | 10 | 2 | 13E | 5C | 48 |
| Octal | 371 | 164 | 320 | 0 | 65 | 20 | 2 | 476 | 134 | 110 |
| Binary | 11111001 | 1110100 | 11010000 | 0 | 110101 | 10000 | 10 | 100111110 | 1011100 | 1001000 |
Color Harmonies of #F974D0
Complementary color
Monochromatic Colors of #F974D0
Black with #F974D0
Text Example
Text Example
White with #F974D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F974D0; }
p { color: rgb(249,116,208); }
H1.HeaderClassName
{
color: #F974D0;
}
.AnyTagClassName
{
color: #F974D0;
}
</style>
background-color css
<style>
a { background-color: #F974D0; }
a { background-color: rgb(249,116,208); }
div.DivClassName
{
background-color: #F974D0;
}
.BgClassName
{
background-color: #F974D0;
}
</style>
border-color css
<style>
span { border-color: #F974D0; }
span { border-color: rgb(249,116,208); }
td.TdClassName
{
border-color: #F974D0;
}
.TagClassName
{
border-color: #F974D0;
}
</style>