Shades of Neon Pink #F154BF
Tints of Neon Pink #F154BF
RGB
CMYK
RGB Variations
Color information
#F154BF (or 0xF154BF) is known color: Neon Pink. HEX triplet: F1, 54 and BF. RGB value is (241,84,191). Sum of RGB (Red+Green+Blue) = 241+84+191=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 84 (33.20% from 255 or 16.28% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F154BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F154BF is #0EAB40. Grayscale: #8E8E8E. Windows color (decimal): -961345 or 12539121. OLE color: 12539121.
HSL color Cylindrical-coordinate representation of color #F154BF: hue angle of 319.11º 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 #F154BF is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 84 | 191 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.05 |
| HSL | 319.11º | 0.85% | 0.64% | - |
| HSV(B) | 319.11º | 0.65% | 0.95% | - |
| XYZ | 48.85 | 28.8 | 52.28 | - |
| YUV | 143.14 | 155.01 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 84 | 191 | 0 | 0.65 | 0.21 | 0.05 | 319.11 | 0.85 | 0.64 |
| Hex | F1 | 54 | BF | 0 | 41 | 15 | 5 | 13F | 55 | 40 |
| Octal | 361 | 124 | 277 | 0 | 101 | 25 | 5 | 477 | 125 | 100 |
| Binary | 11110001 | 1010100 | 10111111 | 0 | 1000001 | 10101 | 101 | 100111111 | 1010101 | 1000000 |
Color Harmonies of #F154BF
Complementary color
Monochromatic Colors of #F154BF
Black with #F154BF
Text Example
Text Example
White with #F154BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F154BF; }
p { color: rgb(241,84,191); }
H1.HeaderClassName
{
color: #F154BF;
}
.AnyTagClassName
{
color: #F154BF;
}
</style>
background-color css
<style>
a { background-color: #F154BF; }
a { background-color: rgb(241,84,191); }
div.DivClassName
{
background-color: #F154BF;
}
.BgClassName
{
background-color: #F154BF;
}
</style>
border-color css
<style>
span { border-color: #F154BF; }
span { border-color: rgb(241,84,191); }
td.TdClassName
{
border-color: #F154BF;
}
.TagClassName
{
border-color: #F154BF;
}
</style>