Shades of Neon Pink #F85BC3
Tints of Neon Pink #F85BC3
RGB
CMYK
RGB Variations
Color information
#F85BC3 (or 0xF85BC3) is known color: Neon Pink. HEX triplet: F8, 5B and C3. RGB value is (248,91,195). Sum of RGB (Red+Green+Blue) = 248+91+195=534 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.44% from 534); Green value is 91 (35.94% from 255 or 17.04% from 534); Blue value is 195 (76.56% from 255 or 36.52% from 534); Max value from RGB is 248 - color contains mainly: red. Hex color #F85BC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85BC3 is #07A43C. Grayscale: #959595. Windows color (decimal): -500797 or 12803064. OLE color: 12803064.
HSL color Cylindrical-coordinate representation of color #F85BC3: hue angle of 320.25º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F85BC3 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 91 | 195 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.03 |
| HSL | 320.25º | 0.92% | 0.66% | - |
| HSV(B) | 320.25º | 0.63% | 0.97% | - |
| XYZ | 52.3 | 31.38 | 54.93 | - |
| YUV | 149.8 | 153.51 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 91 | 195 | 0 | 0.63 | 0.21 | 0.03 | 320.25 | 0.92 | 0.66 |
| Hex | F8 | 5B | C3 | 0 | 3F | 15 | 3 | 140 | 5C | 42 |
| Octal | 370 | 133 | 303 | 0 | 77 | 25 | 3 | 500 | 134 | 102 |
| Binary | 11111000 | 1011011 | 11000011 | 0 | 111111 | 10101 | 11 | 101000000 | 1011100 | 1000010 |
Color Harmonies of #F85BC3
Complementary color
Monochromatic Colors of #F85BC3
Black with #F85BC3
Text Example
Text Example
White with #F85BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85BC3; }
p { color: rgb(248,91,195); }
H1.HeaderClassName
{
color: #F85BC3;
}
.AnyTagClassName
{
color: #F85BC3;
}
</style>
background-color css
<style>
a { background-color: #F85BC3; }
a { background-color: rgb(248,91,195); }
div.DivClassName
{
background-color: #F85BC3;
}
.BgClassName
{
background-color: #F85BC3;
}
</style>
border-color css
<style>
span { border-color: #F85BC3; }
span { border-color: rgb(248,91,195); }
td.TdClassName
{
border-color: #F85BC3;
}
.TagClassName
{
border-color: #F85BC3;
}
</style>