Shades of Neon Pink #F855C5
Tints of Neon Pink #F855C5
RGB
CMYK
RGB Variations
Color information
#F855C5 (or 0xF855C5) is known color: Neon Pink. HEX triplet: F8, 55 and C5. RGB value is (248,85,197). Sum of RGB (Red+Green+Blue) = 248+85+197=530 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.79% from 530); Green value is 85 (33.59% from 255 or 16.04% from 530); Blue value is 197 (77.34% from 255 or 37.17% from 530); Max value from RGB is 248 - color contains mainly: red. Hex color #F855C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F855C5 is #07AA3A. Grayscale: #929292. Windows color (decimal): -502331 or 12932600. OLE color: 12932600.
HSL color Cylindrical-coordinate representation of color #F855C5: hue angle of 318.77º 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 #F855C5 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 85 | 197 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.03 |
| HSL | 318.77º | 0.92% | 0.65% | - |
| HSV(B) | 318.77º | 0.66% | 0.97% | - |
| XYZ | 52.04 | 30.48 | 55.96 | - |
| YUV | 146.51 | 156.5 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 85 | 197 | 0 | 0.66 | 0.21 | 0.03 | 318.77 | 0.92 | 0.65 |
| Hex | F8 | 55 | C5 | 0 | 42 | 15 | 3 | 13F | 5C | 41 |
| Octal | 370 | 125 | 305 | 0 | 102 | 25 | 3 | 477 | 134 | 101 |
| Binary | 11111000 | 1010101 | 11000101 | 0 | 1000010 | 10101 | 11 | 100111111 | 1011100 | 1000001 |
Color Harmonies of #F855C5
Complementary color
Monochromatic Colors of #F855C5
Black with #F855C5
Text Example
Text Example
White with #F855C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F855C5; }
p { color: rgb(248,85,197); }
H1.HeaderClassName
{
color: #F855C5;
}
.AnyTagClassName
{
color: #F855C5;
}
</style>
background-color css
<style>
a { background-color: #F855C5; }
a { background-color: rgb(248,85,197); }
div.DivClassName
{
background-color: #F855C5;
}
.BgClassName
{
background-color: #F855C5;
}
</style>
border-color css
<style>
span { border-color: #F855C5; }
span { border-color: rgb(248,85,197); }
td.TdClassName
{
border-color: #F855C5;
}
.TagClassName
{
border-color: #F855C5;
}
</style>