Shades of Neon Pink #F87BCE
Tints of Neon Pink #F87BCE
RGB
CMYK
RGB Variations
Color information
#F87BCE (or 0xF87BCE) is known color: Neon Pink. HEX triplet: F8, 7B and CE. RGB value is (248,123,206). Sum of RGB (Red+Green+Blue) = 248+123+206=577 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.98% from 577); Green value is 123 (48.44% from 255 or 21.32% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 248 - color contains mainly: red. Hex color #F87BCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87BCE is #078431. Grayscale: #A9A9A9. Windows color (decimal): -492594 or 13532152. OLE color: 13532152.
HSL color Cylindrical-coordinate representation of color #F87BCE: hue angle of 320.16º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F87BCE is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 123 | 206 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.03 |
| HSL | 320.16º | 0.9% | 0.73% | - |
| HSV(B) | 320.16º | 0.5% | 0.97% | - |
| XYZ | 56.93 | 38.58 | 62.84 | - |
| YUV | 169.84 | 148.41 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 123 | 206 | 0 | 0.50 | 0.17 | 0.03 | 320.16 | 0.9 | 0.73 |
| Hex | F8 | 7B | CE | 0 | 32 | 11 | 3 | 140 | 5A | 49 |
| Octal | 370 | 173 | 316 | 0 | 62 | 21 | 3 | 500 | 132 | 111 |
| Binary | 11111000 | 1111011 | 11001110 | 0 | 110010 | 10001 | 11 | 101000000 | 1011010 | 1001001 |
Color Harmonies of #F87BCE
Complementary color
Monochromatic Colors of #F87BCE
Black with #F87BCE
Text Example
Text Example
White with #F87BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87BCE; }
p { color: rgb(248,123,206); }
H1.HeaderClassName
{
color: #F87BCE;
}
.AnyTagClassName
{
color: #F87BCE;
}
</style>
background-color css
<style>
a { background-color: #F87BCE; }
a { background-color: rgb(248,123,206); }
div.DivClassName
{
background-color: #F87BCE;
}
.BgClassName
{
background-color: #F87BCE;
}
</style>
border-color css
<style>
span { border-color: #F87BCE; }
span { border-color: rgb(248,123,206); }
td.TdClassName
{
border-color: #F87BCE;
}
.TagClassName
{
border-color: #F87BCE;
}
</style>