Shades of Neon Pink #F168BC
Tints of Neon Pink #F168BC
RGB
CMYK
RGB Variations
Color information
#F168BC (or 0xF168BC) is known color: Neon Pink. HEX triplet: F1, 68 and BC. RGB value is (241,104,188). Sum of RGB (Red+Green+Blue) = 241+104+188=533 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.22% from 533); Green value is 104 (41.02% from 255 or 19.51% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 241 - color contains mainly: red. Hex color #F168BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F168BC is #0E9743. Grayscale: #9A9A9A. Windows color (decimal): -956228 or 12347633. OLE color: 12347633.
HSL color Cylindrical-coordinate representation of color #F168BC: hue angle of 323.21º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F168BC is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 104 | 188 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.05 |
| HSL | 323.21º | 0.83% | 0.68% | - |
| HSV(B) | 323.21º | 0.57% | 0.95% | - |
| XYZ | 50.3 | 32.23 | 51.15 | - |
| YUV | 154.54 | 146.89 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 104 | 188 | 0 | 0.57 | 0.22 | 0.05 | 323.21 | 0.83 | 0.68 |
| Hex | F1 | 68 | BC | 0 | 39 | 16 | 5 | 143 | 53 | 44 |
| Octal | 361 | 150 | 274 | 0 | 71 | 26 | 5 | 503 | 123 | 104 |
| Binary | 11110001 | 1101000 | 10111100 | 0 | 111001 | 10110 | 101 | 101000011 | 1010011 | 1000100 |
Color Harmonies of #F168BC
Complementary color
Monochromatic Colors of #F168BC
Black with #F168BC
Text Example
Text Example
White with #F168BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F168BC; }
p { color: rgb(241,104,188); }
H1.HeaderClassName
{
color: #F168BC;
}
.AnyTagClassName
{
color: #F168BC;
}
</style>
background-color css
<style>
a { background-color: #F168BC; }
a { background-color: rgb(241,104,188); }
div.DivClassName
{
background-color: #F168BC;
}
.BgClassName
{
background-color: #F168BC;
}
</style>
border-color css
<style>
span { border-color: #F168BC; }
span { border-color: rgb(241,104,188); }
td.TdClassName
{
border-color: #F168BC;
}
.TagClassName
{
border-color: #F168BC;
}
</style>