Shades of Neon Pink #F15BC0
Tints of Neon Pink #F15BC0
RGB
CMYK
RGB Variations
Color information
#F15BC0 (or 0xF15BC0) is known color: Neon Pink. HEX triplet: F1, 5B and C0. RGB value is (241,91,192). Sum of RGB (Red+Green+Blue) = 241+91+192=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 91 (35.94% from 255 or 17.37% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F15BC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15BC0 is #0EA43F. Grayscale: #939393. Windows color (decimal): -959552 or 12606449. OLE color: 12606449.
HSL color Cylindrical-coordinate representation of color #F15BC0: hue angle of 319.6º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F15BC0 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 91 | 192 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.05 |
| HSL | 319.6º | 0.84% | 0.65% | - |
| HSV(B) | 319.6º | 0.62% | 0.95% | - |
| XYZ | 49.53 | 29.99 | 53.05 | - |
| YUV | 147.36 | 153.2 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 91 | 192 | 0 | 0.62 | 0.20 | 0.05 | 319.6 | 0.84 | 0.65 |
| Hex | F1 | 5B | C0 | 0 | 3E | 14 | 5 | 140 | 54 | 41 |
| Octal | 361 | 133 | 300 | 0 | 76 | 24 | 5 | 500 | 124 | 101 |
| Binary | 11110001 | 1011011 | 11000000 | 0 | 111110 | 10100 | 101 | 101000000 | 1010100 | 1000001 |
Color Harmonies of #F15BC0
Complementary color
Monochromatic Colors of #F15BC0
Black with #F15BC0
Text Example
Text Example
White with #F15BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15BC0; }
p { color: rgb(241,91,192); }
H1.HeaderClassName
{
color: #F15BC0;
}
.AnyTagClassName
{
color: #F15BC0;
}
</style>
background-color css
<style>
a { background-color: #F15BC0; }
a { background-color: rgb(241,91,192); }
div.DivClassName
{
background-color: #F15BC0;
}
.BgClassName
{
background-color: #F15BC0;
}
</style>
border-color css
<style>
span { border-color: #F15BC0; }
span { border-color: rgb(241,91,192); }
td.TdClassName
{
border-color: #F15BC0;
}
.TagClassName
{
border-color: #F15BC0;
}
</style>