Shades of Neon Pink #F163BD
Tints of Neon Pink #F163BD
RGB
CMYK
RGB Variations
Color information
#F163BD (or 0xF163BD) is known color: Neon Pink. HEX triplet: F1, 63 and BD. RGB value is (241,99,189). Sum of RGB (Red+Green+Blue) = 241+99+189=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 99 (39.06% from 255 or 18.71% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F163BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F163BD is #0E9C42. Grayscale: #979797. Windows color (decimal): -957507 or 12411889. OLE color: 12411889.
HSL color Cylindrical-coordinate representation of color #F163BD: hue angle of 321.97º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F163BD is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 99 | 189 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.05 |
| HSL | 321.97º | 0.84% | 0.67% | - |
| HSV(B) | 321.97º | 0.59% | 0.95% | - |
| XYZ | 49.92 | 31.3 | 51.55 | - |
| YUV | 151.72 | 149.04 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 99 | 189 | 0 | 0.59 | 0.22 | 0.05 | 321.97 | 0.84 | 0.67 |
| Hex | F1 | 63 | BD | 0 | 3B | 16 | 5 | 142 | 54 | 43 |
| Octal | 361 | 143 | 275 | 0 | 73 | 26 | 5 | 502 | 124 | 103 |
| Binary | 11110001 | 1100011 | 10111101 | 0 | 111011 | 10110 | 101 | 101000010 | 1010100 | 1000011 |
Color Harmonies of #F163BD
Complementary color
Monochromatic Colors of #F163BD
Black with #F163BD
Text Example
Text Example
White with #F163BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F163BD; }
p { color: rgb(241,99,189); }
H1.HeaderClassName
{
color: #F163BD;
}
.AnyTagClassName
{
color: #F163BD;
}
</style>
background-color css
<style>
a { background-color: #F163BD; }
a { background-color: rgb(241,99,189); }
div.DivClassName
{
background-color: #F163BD;
}
.BgClassName
{
background-color: #F163BD;
}
</style>
border-color css
<style>
span { border-color: #F163BD; }
span { border-color: rgb(241,99,189); }
td.TdClassName
{
border-color: #F163BD;
}
.TagClassName
{
border-color: #F163BD;
}
</style>