Shades of Neon Pink #F855C2
Tints of Neon Pink #F855C2
RGB
CMYK
RGB Variations
Color information
#F855C2 (or 0xF855C2) is known color: Neon Pink. HEX triplet: F8, 55 and C2. RGB value is (248,85,194). Sum of RGB (Red+Green+Blue) = 248+85+194=527 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.06% from 527); Green value is 85 (33.59% from 255 or 16.13% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 248 - color contains mainly: red. Hex color #F855C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F855C2 is #07AA3D. Grayscale: #919191. Windows color (decimal): -502334 or 12735992. OLE color: 12735992.
HSL color Cylindrical-coordinate representation of color #F855C2: hue angle of 319.88º 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 #F855C2 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 85 | 194 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.03 |
| HSL | 319.88º | 0.92% | 0.65% | - |
| HSV(B) | 319.88º | 0.66% | 0.97% | - |
| XYZ | 51.7 | 30.35 | 54.17 | - |
| YUV | 146.16 | 155 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 85 | 194 | 0 | 0.66 | 0.22 | 0.03 | 319.88 | 0.92 | 0.65 |
| Hex | F8 | 55 | C2 | 0 | 42 | 16 | 3 | 140 | 5C | 41 |
| Octal | 370 | 125 | 302 | 0 | 102 | 26 | 3 | 500 | 134 | 101 |
| Binary | 11111000 | 1010101 | 11000010 | 0 | 1000010 | 10110 | 11 | 101000000 | 1011100 | 1000001 |
Color Harmonies of #F855C2
Complementary color
Monochromatic Colors of #F855C2
Black with #F855C2
Text Example
Text Example
White with #F855C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F855C2; }
p { color: rgb(248,85,194); }
H1.HeaderClassName
{
color: #F855C2;
}
.AnyTagClassName
{
color: #F855C2;
}
</style>
background-color css
<style>
a { background-color: #F855C2; }
a { background-color: rgb(248,85,194); }
div.DivClassName
{
background-color: #F855C2;
}
.BgClassName
{
background-color: #F855C2;
}
</style>
border-color css
<style>
span { border-color: #F855C2; }
span { border-color: rgb(248,85,194); }
td.TdClassName
{
border-color: #F855C2;
}
.TagClassName
{
border-color: #F855C2;
}
</style>