Shades of Neon Pink #F16AD3
Tints of Neon Pink #F16AD3
RGB
CMYK
RGB Variations
Color information
#F16AD3 (or 0xF16AD3) is known color: Neon Pink. HEX triplet: F1, 6A and D3. RGB value is (241,106,211). Sum of RGB (Red+Green+Blue) = 241+106+211=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 106 (41.80% from 255 or 19.00% from 558); Blue value is 211 (82.81% from 255 or 37.81% from 558); Max value from RGB is 241 - color contains mainly: red. Hex color #F16AD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16AD3 is #0E952C. Grayscale: #9E9E9E. Windows color (decimal): -955693 or 13855473. OLE color: 13855473.
HSL color Cylindrical-coordinate representation of color #F16AD3: hue angle of 313.33º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F16AD3 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 106 | 211 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.05 |
| HSL | 313.33º | 0.83% | 0.68% | - |
| HSV(B) | 313.33º | 0.56% | 0.95% | - |
| XYZ | 53.19 | 33.71 | 65.33 | - |
| YUV | 158.34 | 157.73 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 106 | 211 | 0 | 0.56 | 0.12 | 0.05 | 313.33 | 0.83 | 0.68 |
| Hex | F1 | 6A | D3 | 0 | 38 | C | 5 | 139 | 53 | 44 |
| Octal | 361 | 152 | 323 | 0 | 70 | 14 | 5 | 471 | 123 | 104 |
| Binary | 11110001 | 1101010 | 11010011 | 0 | 111000 | 1100 | 101 | 100111001 | 1010011 | 1000100 |
Color Harmonies of #F16AD3
Complementary color
Monochromatic Colors of #F16AD3
Black with #F16AD3
Text Example
Text Example
White with #F16AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16AD3; }
p { color: rgb(241,106,211); }
H1.HeaderClassName
{
color: #F16AD3;
}
.AnyTagClassName
{
color: #F16AD3;
}
</style>
background-color css
<style>
a { background-color: #F16AD3; }
a { background-color: rgb(241,106,211); }
div.DivClassName
{
background-color: #F16AD3;
}
.BgClassName
{
background-color: #F16AD3;
}
</style>
border-color css
<style>
span { border-color: #F16AD3; }
span { border-color: rgb(241,106,211); }
td.TdClassName
{
border-color: #F16AD3;
}
.TagClassName
{
border-color: #F16AD3;
}
</style>