Shades of Neon Pink #F855CA
Tints of Neon Pink #F855CA
RGB
CMYK
RGB Variations
Color information
#F855CA (or 0xF855CA) is known color: Neon Pink. HEX triplet: F8, 55 and CA. RGB value is (248,85,202). Sum of RGB (Red+Green+Blue) = 248+85+202=535 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.36% from 535); Green value is 85 (33.59% from 255 or 15.89% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 248 - color contains mainly: red. Hex color #F855CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F855CA is #07AA35. Grayscale: #929292. Windows color (decimal): -502326 or 13260280. OLE color: 13260280.
HSL color Cylindrical-coordinate representation of color #F855CA: hue angle of 316.93º 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 #F855CA is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 85 | 202 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.03 |
| HSL | 316.93º | 0.92% | 0.65% | - |
| HSV(B) | 316.93º | 0.66% | 0.97% | - |
| XYZ | 52.62 | 30.72 | 59.03 | - |
| YUV | 147.08 | 159 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 85 | 202 | 0 | 0.66 | 0.19 | 0.03 | 316.93 | 0.92 | 0.65 |
| Hex | F8 | 55 | CA | 0 | 42 | 13 | 3 | 13D | 5C | 41 |
| Octal | 370 | 125 | 312 | 0 | 102 | 23 | 3 | 475 | 134 | 101 |
| Binary | 11111000 | 1010101 | 11001010 | 0 | 1000010 | 10011 | 11 | 100111101 | 1011100 | 1000001 |
Color Harmonies of #F855CA
Complementary color
Monochromatic Colors of #F855CA
Black with #F855CA
Text Example
Text Example
White with #F855CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F855CA; }
p { color: rgb(248,85,202); }
H1.HeaderClassName
{
color: #F855CA;
}
.AnyTagClassName
{
color: #F855CA;
}
</style>
background-color css
<style>
a { background-color: #F855CA; }
a { background-color: rgb(248,85,202); }
div.DivClassName
{
background-color: #F855CA;
}
.BgClassName
{
background-color: #F855CA;
}
</style>
border-color css
<style>
span { border-color: #F855CA; }
span { border-color: rgb(248,85,202); }
td.TdClassName
{
border-color: #F855CA;
}
.TagClassName
{
border-color: #F855CA;
}
</style>