Shades of Neon Pink #F153BF
Tints of Neon Pink #F153BF
RGB
CMYK
RGB Variations
Color information
#F153BF (or 0xF153BF) is known color: Neon Pink. HEX triplet: F1, 53 and BF. RGB value is (241,83,191). Sum of RGB (Red+Green+Blue) = 241+83+191=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 83 (32.81% from 255 or 16.12% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F153BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F153BF is #0EAC40. Grayscale: #8E8E8E. Windows color (decimal): -961601 or 12538865. OLE color: 12538865.
HSL color Cylindrical-coordinate representation of color #F153BF: hue angle of 318.99º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F153BF is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 83 | 191 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.05 |
| HSL | 318.99º | 0.85% | 0.64% | - |
| HSV(B) | 318.99º | 0.66% | 0.95% | - |
| XYZ | 48.77 | 28.65 | 52.25 | - |
| YUV | 142.55 | 155.35 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 83 | 191 | 0 | 0.66 | 0.21 | 0.05 | 318.99 | 0.85 | 0.64 |
| Hex | F1 | 53 | BF | 0 | 42 | 15 | 5 | 13F | 55 | 40 |
| Octal | 361 | 123 | 277 | 0 | 102 | 25 | 5 | 477 | 125 | 100 |
| Binary | 11110001 | 1010011 | 10111111 | 0 | 1000010 | 10101 | 101 | 100111111 | 1010101 | 1000000 |
Color Harmonies of #F153BF
Complementary color
Monochromatic Colors of #F153BF
Black with #F153BF
Text Example
Text Example
White with #F153BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F153BF; }
p { color: rgb(241,83,191); }
H1.HeaderClassName
{
color: #F153BF;
}
.AnyTagClassName
{
color: #F153BF;
}
</style>
background-color css
<style>
a { background-color: #F153BF; }
a { background-color: rgb(241,83,191); }
div.DivClassName
{
background-color: #F153BF;
}
.BgClassName
{
background-color: #F153BF;
}
</style>
border-color css
<style>
span { border-color: #F153BF; }
span { border-color: rgb(241,83,191); }
td.TdClassName
{
border-color: #F153BF;
}
.TagClassName
{
border-color: #F153BF;
}
</style>