Shades of Neon Pink #F855C7
Tints of Neon Pink #F855C7
RGB
CMYK
RGB Variations
Color information
#F855C7 (or 0xF855C7) is known color: Neon Pink. HEX triplet: F8, 55 and C7. RGB value is (248,85,199). Sum of RGB (Red+Green+Blue) = 248+85+199=532 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.62% from 532); Green value is 85 (33.59% from 255 or 15.98% from 532); Blue value is 199 (78.12% from 255 or 37.41% from 532); Max value from RGB is 248 - color contains mainly: red. Hex color #F855C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F855C7 is #07AA38. Grayscale: #929292. Windows color (decimal): -502329 or 13063672. OLE color: 13063672.
HSL color Cylindrical-coordinate representation of color #F855C7: hue angle of 318.04º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F855C7 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 85 | 199 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.03 |
| HSL | 318.04º | 0.92% | 0.65% | - |
| HSV(B) | 318.04º | 0.66% | 0.97% | - |
| XYZ | 52.27 | 30.58 | 57.18 | - |
| YUV | 146.73 | 157.5 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 85 | 199 | 0 | 0.66 | 0.20 | 0.03 | 318.04 | 0.92 | 0.65 |
| Hex | F8 | 55 | C7 | 0 | 42 | 14 | 3 | 13E | 5C | 41 |
| Octal | 370 | 125 | 307 | 0 | 102 | 24 | 3 | 476 | 134 | 101 |
| Binary | 11111000 | 1010101 | 11000111 | 0 | 1000010 | 10100 | 11 | 100111110 | 1011100 | 1000001 |
Color Harmonies of #F855C7
Complementary color
Monochromatic Colors of #F855C7
Black with #F855C7
Text Example
Text Example
White with #F855C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F855C7; }
p { color: rgb(248,85,199); }
H1.HeaderClassName
{
color: #F855C7;
}
.AnyTagClassName
{
color: #F855C7;
}
</style>
background-color css
<style>
a { background-color: #F855C7; }
a { background-color: rgb(248,85,199); }
div.DivClassName
{
background-color: #F855C7;
}
.BgClassName
{
background-color: #F855C7;
}
</style>
border-color css
<style>
span { border-color: #F855C7; }
span { border-color: rgb(248,85,199); }
td.TdClassName
{
border-color: #F855C7;
}
.TagClassName
{
border-color: #F855C7;
}
</style>