Shades of Neon Pink #F86FCB
Tints of Neon Pink #F86FCB
RGB
CMYK
RGB Variations
Color information
#F86FCB (or 0xF86FCB) is known color: Neon Pink. HEX triplet: F8, 6F and CB. RGB value is (248,111,203). Sum of RGB (Red+Green+Blue) = 248+111+203=562 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.13% from 562); Green value is 111 (43.75% from 255 or 19.75% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 248 - color contains mainly: red. Hex color #F86FCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86FCB is #079034. Grayscale: #A2A2A2. Windows color (decimal): -495669 or 13332472. OLE color: 13332472.
HSL color Cylindrical-coordinate representation of color #F86FCB: hue angle of 319.71º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F86FCB is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 111 | 203 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.03 |
| HSL | 319.71º | 0.91% | 0.7% | - |
| HSV(B) | 319.71º | 0.55% | 0.97% | - |
| XYZ | 55.18 | 35.64 | 60.47 | - |
| YUV | 162.45 | 150.89 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 111 | 203 | 0 | 0.55 | 0.18 | 0.03 | 319.71 | 0.91 | 0.7 |
| Hex | F8 | 6F | CB | 0 | 37 | 12 | 3 | 140 | 5B | 46 |
| Octal | 370 | 157 | 313 | 0 | 67 | 22 | 3 | 500 | 133 | 106 |
| Binary | 11111000 | 1101111 | 11001011 | 0 | 110111 | 10010 | 11 | 101000000 | 1011011 | 1000110 |
Color Harmonies of #F86FCB
Complementary color
Monochromatic Colors of #F86FCB
Black with #F86FCB
Text Example
Text Example
White with #F86FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86FCB; }
p { color: rgb(248,111,203); }
H1.HeaderClassName
{
color: #F86FCB;
}
.AnyTagClassName
{
color: #F86FCB;
}
</style>
background-color css
<style>
a { background-color: #F86FCB; }
a { background-color: rgb(248,111,203); }
div.DivClassName
{
background-color: #F86FCB;
}
.BgClassName
{
background-color: #F86FCB;
}
</style>
border-color css
<style>
span { border-color: #F86FCB; }
span { border-color: rgb(248,111,203); }
td.TdClassName
{
border-color: #F86FCB;
}
.TagClassName
{
border-color: #F86FCB;
}
</style>