Shades of Neon Pink #F874D0
Tints of Neon Pink #F874D0
RGB
CMYK
RGB Variations
Color information
#F874D0 (or 0xF874D0) is known color: Neon Pink. HEX triplet: F8, 74 and D0. RGB value is (248,116,208). Sum of RGB (Red+Green+Blue) = 248+116+208=572 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.36% from 572); Green value is 116 (45.70% from 255 or 20.28% from 572); Blue value is 208 (81.64% from 255 or 36.36% from 572); Max value from RGB is 248 - color contains mainly: red. Hex color #F874D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F874D0 is #078B2F. Grayscale: #A5A5A5. Windows color (decimal): -494384 or 13661432. OLE color: 13661432.
HSL color Cylindrical-coordinate representation of color #F874D0: hue angle of 318.18º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F874D0 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 116 | 208 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.03 |
| HSL | 318.18º | 0.9% | 0.71% | - |
| HSV(B) | 318.18º | 0.53% | 0.97% | - |
| XYZ | 56.34 | 37 | 63.85 | - |
| YUV | 165.96 | 151.73 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 116 | 208 | 0 | 0.53 | 0.16 | 0.03 | 318.18 | 0.9 | 0.71 |
| Hex | F8 | 74 | D0 | 0 | 35 | 10 | 3 | 13E | 5A | 47 |
| Octal | 370 | 164 | 320 | 0 | 65 | 20 | 3 | 476 | 132 | 107 |
| Binary | 11111000 | 1110100 | 11010000 | 0 | 110101 | 10000 | 11 | 100111110 | 1011010 | 1000111 |
Color Harmonies of #F874D0
Complementary color
Monochromatic Colors of #F874D0
Black with #F874D0
Text Example
Text Example
White with #F874D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F874D0; }
p { color: rgb(248,116,208); }
H1.HeaderClassName
{
color: #F874D0;
}
.AnyTagClassName
{
color: #F874D0;
}
</style>
background-color css
<style>
a { background-color: #F874D0; }
a { background-color: rgb(248,116,208); }
div.DivClassName
{
background-color: #F874D0;
}
.BgClassName
{
background-color: #F874D0;
}
</style>
border-color css
<style>
span { border-color: #F874D0; }
span { border-color: rgb(248,116,208); }
td.TdClassName
{
border-color: #F874D0;
}
.TagClassName
{
border-color: #F874D0;
}
</style>