Shades of Neon Pink #F168BD
Tints of Neon Pink #F168BD
RGB
CMYK
RGB Variations
Color information
#F168BD (or 0xF168BD) is known color: Neon Pink. HEX triplet: F1, 68 and BD. RGB value is (241,104,189). Sum of RGB (Red+Green+Blue) = 241+104+189=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 104 (41.02% from 255 or 19.48% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 241 - color contains mainly: red. Hex color #F168BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F168BD is #0E9742. Grayscale: #9A9A9A. Windows color (decimal): -956227 or 12413169. OLE color: 12413169.
HSL color Cylindrical-coordinate representation of color #F168BD: hue angle of 322.77º 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 #F168BD is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 104 | 189 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.05 |
| HSL | 322.77º | 0.83% | 0.68% | - |
| HSV(B) | 322.77º | 0.57% | 0.95% | - |
| XYZ | 50.41 | 32.28 | 51.72 | - |
| YUV | 154.65 | 147.39 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 104 | 189 | 0 | 0.57 | 0.22 | 0.05 | 322.77 | 0.83 | 0.68 |
| Hex | F1 | 68 | BD | 0 | 39 | 16 | 5 | 143 | 53 | 44 |
| Octal | 361 | 150 | 275 | 0 | 71 | 26 | 5 | 503 | 123 | 104 |
| Binary | 11110001 | 1101000 | 10111101 | 0 | 111001 | 10110 | 101 | 101000011 | 1010011 | 1000100 |
Color Harmonies of #F168BD
Complementary color
Monochromatic Colors of #F168BD
Black with #F168BD
Text Example
Text Example
White with #F168BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F168BD; }
p { color: rgb(241,104,189); }
H1.HeaderClassName
{
color: #F168BD;
}
.AnyTagClassName
{
color: #F168BD;
}
</style>
background-color css
<style>
a { background-color: #F168BD; }
a { background-color: rgb(241,104,189); }
div.DivClassName
{
background-color: #F168BD;
}
.BgClassName
{
background-color: #F168BD;
}
</style>
border-color css
<style>
span { border-color: #F168BD; }
span { border-color: rgb(241,104,189); }
td.TdClassName
{
border-color: #F168BD;
}
.TagClassName
{
border-color: #F168BD;
}
</style>