Shades of Neon Pink #F855CB
Tints of Neon Pink #F855CB
RGB
CMYK
RGB Variations
Color information
#F855CB (or 0xF855CB) is known color: Neon Pink. HEX triplet: F8, 55 and CB. RGB value is (248,85,203). Sum of RGB (Red+Green+Blue) = 248+85+203=536 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.27% from 536); Green value is 85 (33.59% from 255 or 15.86% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 248 - color contains mainly: red. Hex color #F855CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F855CB is #07AA34. Grayscale: #929292. Windows color (decimal): -502325 or 13325816. OLE color: 13325816.
HSL color Cylindrical-coordinate representation of color #F855CB: hue angle of 316.56º 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 #F855CB is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 85 | 203 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.03 |
| HSL | 316.56º | 0.92% | 0.65% | - |
| HSV(B) | 316.56º | 0.66% | 0.97% | - |
| XYZ | 52.74 | 30.77 | 59.66 | - |
| YUV | 147.19 | 159.5 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 85 | 203 | 0 | 0.66 | 0.18 | 0.03 | 316.56 | 0.92 | 0.65 |
| Hex | F8 | 55 | CB | 0 | 42 | 12 | 3 | 13D | 5C | 41 |
| Octal | 370 | 125 | 313 | 0 | 102 | 22 | 3 | 475 | 134 | 101 |
| Binary | 11111000 | 1010101 | 11001011 | 0 | 1000010 | 10010 | 11 | 100111101 | 1011100 | 1000001 |
Color Harmonies of #F855CB
Complementary color
Monochromatic Colors of #F855CB
Black with #F855CB
Text Example
Text Example
White with #F855CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F855CB; }
p { color: rgb(248,85,203); }
H1.HeaderClassName
{
color: #F855CB;
}
.AnyTagClassName
{
color: #F855CB;
}
</style>
background-color css
<style>
a { background-color: #F855CB; }
a { background-color: rgb(248,85,203); }
div.DivClassName
{
background-color: #F855CB;
}
.BgClassName
{
background-color: #F855CB;
}
</style>
border-color css
<style>
span { border-color: #F855CB; }
span { border-color: rgb(248,85,203); }
td.TdClassName
{
border-color: #F855CB;
}
.TagClassName
{
border-color: #F855CB;
}
</style>