Shades of Neon Pink #F874D4
Tints of Neon Pink #F874D4
RGB
CMYK
RGB Variations
Color information
#F874D4 (or 0xF874D4) is known color: Neon Pink. HEX triplet: F8, 74 and D4. RGB value is (248,116,212). Sum of RGB (Red+Green+Blue) = 248+116+212=576 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.06% from 576); Green value is 116 (45.70% from 255 or 20.14% from 576); Blue value is 212 (83.20% from 255 or 36.81% from 576); Max value from RGB is 248 - color contains mainly: red. Hex color #F874D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F874D4 is #078B2B. Grayscale: #A6A6A6. Windows color (decimal): -494380 or 13923576. OLE color: 13923576.
HSL color Cylindrical-coordinate representation of color #F874D4: hue angle of 316.36º 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 #F874D4 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 116 | 212 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.03 |
| HSL | 316.36º | 0.9% | 0.71% | - |
| HSV(B) | 316.36º | 0.53% | 0.97% | - |
| XYZ | 56.84 | 37.2 | 66.47 | - |
| YUV | 166.41 | 153.73 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 116 | 212 | 0 | 0.53 | 0.15 | 0.03 | 316.36 | 0.9 | 0.71 |
| Hex | F8 | 74 | D4 | 0 | 35 | F | 3 | 13C | 5A | 47 |
| Octal | 370 | 164 | 324 | 0 | 65 | 17 | 3 | 474 | 132 | 107 |
| Binary | 11111000 | 1110100 | 11010100 | 0 | 110101 | 1111 | 11 | 100111100 | 1011010 | 1000111 |
Color Harmonies of #F874D4
Complementary color
Monochromatic Colors of #F874D4
Black with #F874D4
Text Example
Text Example
White with #F874D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F874D4; }
p { color: rgb(248,116,212); }
H1.HeaderClassName
{
color: #F874D4;
}
.AnyTagClassName
{
color: #F874D4;
}
</style>
background-color css
<style>
a { background-color: #F874D4; }
a { background-color: rgb(248,116,212); }
div.DivClassName
{
background-color: #F874D4;
}
.BgClassName
{
background-color: #F874D4;
}
</style>
border-color css
<style>
span { border-color: #F874D4; }
span { border-color: rgb(248,116,212); }
td.TdClassName
{
border-color: #F874D4;
}
.TagClassName
{
border-color: #F874D4;
}
</style>