Shades of Neon Pink #F155BF
Tints of Neon Pink #F155BF
RGB
CMYK
RGB Variations
Color information
#F155BF (or 0xF155BF) is known color: Neon Pink. HEX triplet: F1, 55 and BF. RGB value is (241,85,191). Sum of RGB (Red+Green+Blue) = 241+85+191=517 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.62% from 517); Green value is 85 (33.59% from 255 or 16.44% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 241 - color contains mainly: red. Hex color #F155BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F155BF is #0EAA40. Grayscale: #8F8F8F. Windows color (decimal): -961089 or 12539377. OLE color: 12539377.
HSL color Cylindrical-coordinate representation of color #F155BF: hue angle of 319.23º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F155BF is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 85 | 191 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.05 |
| HSL | 319.23º | 0.85% | 0.64% | - |
| HSV(B) | 319.23º | 0.65% | 0.95% | - |
| XYZ | 48.93 | 28.96 | 52.3 | - |
| YUV | 143.73 | 154.68 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 85 | 191 | 0 | 0.65 | 0.21 | 0.05 | 319.23 | 0.85 | 0.64 |
| Hex | F1 | 55 | BF | 0 | 41 | 15 | 5 | 13F | 55 | 40 |
| Octal | 361 | 125 | 277 | 0 | 101 | 25 | 5 | 477 | 125 | 100 |
| Binary | 11110001 | 1010101 | 10111111 | 0 | 1000001 | 10101 | 101 | 100111111 | 1010101 | 1000000 |
Color Harmonies of #F155BF
Complementary color
Monochromatic Colors of #F155BF
Black with #F155BF
Text Example
Text Example
White with #F155BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F155BF; }
p { color: rgb(241,85,191); }
H1.HeaderClassName
{
color: #F155BF;
}
.AnyTagClassName
{
color: #F155BF;
}
</style>
background-color css
<style>
a { background-color: #F155BF; }
a { background-color: rgb(241,85,191); }
div.DivClassName
{
background-color: #F155BF;
}
.BgClassName
{
background-color: #F155BF;
}
</style>
border-color css
<style>
span { border-color: #F155BF; }
span { border-color: rgb(241,85,191); }
td.TdClassName
{
border-color: #F155BF;
}
.TagClassName
{
border-color: #F155BF;
}
</style>