Shades of Neon Pink #F875C4
Tints of Neon Pink #F875C4
RGB
CMYK
RGB Variations
Color information
#F875C4 (or 0xF875C4) is known color: Neon Pink. HEX triplet: F8, 75 and C4. RGB value is (248,117,196). Sum of RGB (Red+Green+Blue) = 248+117+196=561 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.21% from 561); Green value is 117 (46.09% from 255 or 20.86% from 561); Blue value is 196 (76.95% from 255 or 34.94% from 561); Max value from RGB is 248 - color contains mainly: red. Hex color #F875C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F875C4 is #078A3B. Grayscale: #A4A4A4. Windows color (decimal): -494140 or 12875256. OLE color: 12875256.
HSL color Cylindrical-coordinate representation of color #F875C4: hue angle of 323.82º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F875C4 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 117 | 196 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.03 |
| HSL | 323.82º | 0.9% | 0.72% | - |
| HSV(B) | 323.82º | 0.53% | 0.97% | - |
| XYZ | 55.04 | 36.66 | 56.4 | - |
| YUV | 165.18 | 145.4 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 117 | 196 | 0 | 0.53 | 0.21 | 0.03 | 323.82 | 0.9 | 0.72 |
| Hex | F8 | 75 | C4 | 0 | 35 | 15 | 3 | 144 | 5A | 48 |
| Octal | 370 | 165 | 304 | 0 | 65 | 25 | 3 | 504 | 132 | 110 |
| Binary | 11111000 | 1110101 | 11000100 | 0 | 110101 | 10101 | 11 | 101000100 | 1011010 | 1001000 |
Color Harmonies of #F875C4
Complementary color
Monochromatic Colors of #F875C4
Black with #F875C4
Text Example
Text Example
White with #F875C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F875C4; }
p { color: rgb(248,117,196); }
H1.HeaderClassName
{
color: #F875C4;
}
.AnyTagClassName
{
color: #F875C4;
}
</style>
background-color css
<style>
a { background-color: #F875C4; }
a { background-color: rgb(248,117,196); }
div.DivClassName
{
background-color: #F875C4;
}
.BgClassName
{
background-color: #F875C4;
}
</style>
border-color css
<style>
span { border-color: #F875C4; }
span { border-color: rgb(248,117,196); }
td.TdClassName
{
border-color: #F875C4;
}
.TagClassName
{
border-color: #F875C4;
}
</style>