Shades of Neon Pink #F85CCB
Tints of Neon Pink #F85CCB
RGB
CMYK
RGB Variations
Color information
#F85CCB (or 0xF85CCB) is known color: Neon Pink. HEX triplet: F8, 5C and CB. RGB value is (248,92,203). Sum of RGB (Red+Green+Blue) = 248+92+203=543 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.67% from 543); Green value is 92 (36.33% from 255 or 16.94% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 248 - color contains mainly: red. Hex color #F85CCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85CCB is #07A334. Grayscale: #979797. Windows color (decimal): -500533 or 13327608. OLE color: 13327608.
HSL color Cylindrical-coordinate representation of color #F85CCB: hue angle of 317.31º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F85CCB is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 92 | 203 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.03 |
| HSL | 317.31º | 0.92% | 0.67% | - |
| HSV(B) | 317.31º | 0.63% | 0.97% | - |
| XYZ | 53.32 | 31.92 | 59.85 | - |
| YUV | 151.3 | 157.18 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 92 | 203 | 0 | 0.63 | 0.18 | 0.03 | 317.31 | 0.92 | 0.67 |
| Hex | F8 | 5C | CB | 0 | 3F | 12 | 3 | 13D | 5C | 43 |
| Octal | 370 | 134 | 313 | 0 | 77 | 22 | 3 | 475 | 134 | 103 |
| Binary | 11111000 | 1011100 | 11001011 | 0 | 111111 | 10010 | 11 | 100111101 | 1011100 | 1000011 |
Color Harmonies of #F85CCB
Complementary color
Monochromatic Colors of #F85CCB
Black with #F85CCB
Text Example
Text Example
White with #F85CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85CCB; }
p { color: rgb(248,92,203); }
H1.HeaderClassName
{
color: #F85CCB;
}
.AnyTagClassName
{
color: #F85CCB;
}
</style>
background-color css
<style>
a { background-color: #F85CCB; }
a { background-color: rgb(248,92,203); }
div.DivClassName
{
background-color: #F85CCB;
}
.BgClassName
{
background-color: #F85CCB;
}
</style>
border-color css
<style>
span { border-color: #F85CCB; }
span { border-color: rgb(248,92,203); }
td.TdClassName
{
border-color: #F85CCB;
}
.TagClassName
{
border-color: #F85CCB;
}
</style>