Shades of Neon Pink #F85BCB
Tints of Neon Pink #F85BCB
RGB
CMYK
RGB Variations
Color information
#F85BCB (or 0xF85BCB) is known color: Neon Pink. HEX triplet: F8, 5B and CB. RGB value is (248,91,203). Sum of RGB (Red+Green+Blue) = 248+91+203=542 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.76% from 542); Green value is 91 (35.94% from 255 or 16.79% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 248 - color contains mainly: red. Hex color #F85BCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85BCB is #07A434. Grayscale: #969696. Windows color (decimal): -500789 or 13327352. OLE color: 13327352.
HSL color Cylindrical-coordinate representation of color #F85BCB: hue angle of 317.2º 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 #F85BCB is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 91 | 203 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.03 |
| HSL | 317.2º | 0.92% | 0.66% | - |
| HSV(B) | 317.2º | 0.63% | 0.97% | - |
| XYZ | 53.23 | 31.75 | 59.82 | - |
| YUV | 150.71 | 157.51 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 91 | 203 | 0 | 0.63 | 0.18 | 0.03 | 317.2 | 0.92 | 0.66 |
| Hex | F8 | 5B | CB | 0 | 3F | 12 | 3 | 13D | 5C | 42 |
| Octal | 370 | 133 | 313 | 0 | 77 | 22 | 3 | 475 | 134 | 102 |
| Binary | 11111000 | 1011011 | 11001011 | 0 | 111111 | 10010 | 11 | 100111101 | 1011100 | 1000010 |
Color Harmonies of #F85BCB
Complementary color
Monochromatic Colors of #F85BCB
Black with #F85BCB
Text Example
Text Example
White with #F85BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85BCB; }
p { color: rgb(248,91,203); }
H1.HeaderClassName
{
color: #F85BCB;
}
.AnyTagClassName
{
color: #F85BCB;
}
</style>
background-color css
<style>
a { background-color: #F85BCB; }
a { background-color: rgb(248,91,203); }
div.DivClassName
{
background-color: #F85BCB;
}
.BgClassName
{
background-color: #F85BCB;
}
</style>
border-color css
<style>
span { border-color: #F85BCB; }
span { border-color: rgb(248,91,203); }
td.TdClassName
{
border-color: #F85BCB;
}
.TagClassName
{
border-color: #F85BCB;
}
</style>