Shades of Neon Pink #F855C1
Tints of Neon Pink #F855C1
RGB
CMYK
RGB Variations
Color information
#F855C1 (or 0xF855C1) is known color: Neon Pink. HEX triplet: F8, 55 and C1. RGB value is (248,85,193). Sum of RGB (Red+Green+Blue) = 248+85+193=526 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.15% from 526); Green value is 85 (33.59% from 255 or 16.16% from 526); Blue value is 193 (75.78% from 255 or 36.69% from 526); Max value from RGB is 248 - color contains mainly: red. Hex color #F855C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F855C1 is #07AA3E. Grayscale: #919191. Windows color (decimal): -502335 or 12670456. OLE color: 12670456.
HSL color Cylindrical-coordinate representation of color #F855C1: hue angle of 320.25º 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 #F855C1 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 85 | 193 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.03 |
| HSL | 320.25º | 0.92% | 0.65% | - |
| HSV(B) | 320.25º | 0.66% | 0.97% | - |
| XYZ | 51.59 | 30.3 | 53.58 | - |
| YUV | 146.05 | 154.5 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 85 | 193 | 0 | 0.66 | 0.22 | 0.03 | 320.25 | 0.92 | 0.65 |
| Hex | F8 | 55 | C1 | 0 | 42 | 16 | 3 | 140 | 5C | 41 |
| Octal | 370 | 125 | 301 | 0 | 102 | 26 | 3 | 500 | 134 | 101 |
| Binary | 11111000 | 1010101 | 11000001 | 0 | 1000010 | 10110 | 11 | 101000000 | 1011100 | 1000001 |
Color Harmonies of #F855C1
Complementary color
Monochromatic Colors of #F855C1
Black with #F855C1
Text Example
Text Example
White with #F855C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F855C1; }
p { color: rgb(248,85,193); }
H1.HeaderClassName
{
color: #F855C1;
}
.AnyTagClassName
{
color: #F855C1;
}
</style>
background-color css
<style>
a { background-color: #F855C1; }
a { background-color: rgb(248,85,193); }
div.DivClassName
{
background-color: #F855C1;
}
.BgClassName
{
background-color: #F855C1;
}
</style>
border-color css
<style>
span { border-color: #F855C1; }
span { border-color: rgb(248,85,193); }
td.TdClassName
{
border-color: #F855C1;
}
.TagClassName
{
border-color: #F855C1;
}
</style>