Shades of Neon Pink #F874C5
Tints of Neon Pink #F874C5
RGB
CMYK
RGB Variations
Color information
#F874C5 (or 0xF874C5) is known color: Neon Pink. HEX triplet: F8, 74 and C5. RGB value is (248,116,197). Sum of RGB (Red+Green+Blue) = 248+116+197=561 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.21% from 561); Green value is 116 (45.70% from 255 or 20.68% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 248 - color contains mainly: red. Hex color #F874C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F874C5 is #078B3A. Grayscale: #A4A4A4. Windows color (decimal): -494395 or 12940536. OLE color: 12940536.
HSL color Cylindrical-coordinate representation of color #F874C5: hue angle of 323.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 #F874C5 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 116 | 197 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.03 |
| HSL | 323.18º | 0.9% | 0.71% | - |
| HSV(B) | 323.18º | 0.53% | 0.97% | - |
| XYZ | 55.03 | 36.48 | 56.96 | - |
| YUV | 164.7 | 146.23 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 116 | 197 | 0 | 0.53 | 0.21 | 0.03 | 323.18 | 0.9 | 0.71 |
| Hex | F8 | 74 | C5 | 0 | 35 | 15 | 3 | 143 | 5A | 47 |
| Octal | 370 | 164 | 305 | 0 | 65 | 25 | 3 | 503 | 132 | 107 |
| Binary | 11111000 | 1110100 | 11000101 | 0 | 110101 | 10101 | 11 | 101000011 | 1011010 | 1000111 |
Color Harmonies of #F874C5
Complementary color
Monochromatic Colors of #F874C5
Black with #F874C5
Text Example
Text Example
White with #F874C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F874C5; }
p { color: rgb(248,116,197); }
H1.HeaderClassName
{
color: #F874C5;
}
.AnyTagClassName
{
color: #F874C5;
}
</style>
background-color css
<style>
a { background-color: #F874C5; }
a { background-color: rgb(248,116,197); }
div.DivClassName
{
background-color: #F874C5;
}
.BgClassName
{
background-color: #F874C5;
}
</style>
border-color css
<style>
span { border-color: #F874C5; }
span { border-color: rgb(248,116,197); }
td.TdClassName
{
border-color: #F874C5;
}
.TagClassName
{
border-color: #F874C5;
}
</style>