Shades of Neon Pink #F16DBE
Tints of Neon Pink #F16DBE
RGB
CMYK
RGB Variations
Color information
#F16DBE (or 0xF16DBE) is known color: Neon Pink. HEX triplet: F1, 6D and BE. RGB value is (241,109,190). Sum of RGB (Red+Green+Blue) = 241+109+190=540 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.63% from 540); Green value is 109 (42.97% from 255 or 20.19% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 241 - color contains mainly: red. Hex color #F16DBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16DBE is #0E9241. Grayscale: #9D9D9D. Windows color (decimal): -954946 or 12479985. OLE color: 12479985.
HSL color Cylindrical-coordinate representation of color #F16DBE: hue angle of 323.18º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F16DBE is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 109 | 190 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.05 |
| HSL | 323.18º | 0.83% | 0.69% | - |
| HSV(B) | 323.18º | 0.55% | 0.95% | - |
| XYZ | 51.04 | 33.36 | 52.46 | - |
| YUV | 157.7 | 146.23 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 109 | 190 | 0 | 0.55 | 0.21 | 0.05 | 323.18 | 0.83 | 0.69 |
| Hex | F1 | 6D | BE | 0 | 37 | 15 | 5 | 143 | 52 | 45 |
| Octal | 361 | 155 | 276 | 0 | 67 | 25 | 5 | 503 | 122 | 105 |
| Binary | 11110001 | 1101101 | 10111110 | 0 | 110111 | 10101 | 101 | 101000011 | 1010010 | 1000101 |
Color Harmonies of #F16DBE
Complementary color
Monochromatic Colors of #F16DBE
Black with #F16DBE
Text Example
Text Example
White with #F16DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16DBE; }
p { color: rgb(241,109,190); }
H1.HeaderClassName
{
color: #F16DBE;
}
.AnyTagClassName
{
color: #F16DBE;
}
</style>
background-color css
<style>
a { background-color: #F16DBE; }
a { background-color: rgb(241,109,190); }
div.DivClassName
{
background-color: #F16DBE;
}
.BgClassName
{
background-color: #F16DBE;
}
</style>
border-color css
<style>
span { border-color: #F16DBE; }
span { border-color: rgb(241,109,190); }
td.TdClassName
{
border-color: #F16DBE;
}
.TagClassName
{
border-color: #F16DBE;
}
</style>