Shades of Neon Pink #F16AD2
Tints of Neon Pink #F16AD2
RGB
CMYK
RGB Variations
Color information
#F16AD2 (or 0xF16AD2) is known color: Neon Pink. HEX triplet: F1, 6A and D2. RGB value is (241,106,210). Sum of RGB (Red+Green+Blue) = 241+106+210=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 106 (41.80% from 255 or 19.03% from 557); Blue value is 210 (82.42% from 255 or 37.70% from 557); Max value from RGB is 241 - color contains mainly: red. Hex color #F16AD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16AD2 is #0E952D. Grayscale: #9D9D9D. Windows color (decimal): -955694 or 13789937. OLE color: 13789937.
HSL color Cylindrical-coordinate representation of color #F16AD2: hue angle of 313.78º 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 #F16AD2 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 106 | 210 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.05 |
| HSL | 313.78º | 0.83% | 0.68% | - |
| HSV(B) | 313.78º | 0.56% | 0.95% | - |
| XYZ | 53.06 | 33.66 | 64.67 | - |
| YUV | 158.22 | 157.23 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 106 | 210 | 0 | 0.56 | 0.13 | 0.05 | 313.78 | 0.83 | 0.68 |
| Hex | F1 | 6A | D2 | 0 | 38 | D | 5 | 13A | 53 | 44 |
| Octal | 361 | 152 | 322 | 0 | 70 | 15 | 5 | 472 | 123 | 104 |
| Binary | 11110001 | 1101010 | 11010010 | 0 | 111000 | 1101 | 101 | 100111010 | 1010011 | 1000100 |
Color Harmonies of #F16AD2
Complementary color
Monochromatic Colors of #F16AD2
Black with #F16AD2
Text Example
Text Example
White with #F16AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16AD2; }
p { color: rgb(241,106,210); }
H1.HeaderClassName
{
color: #F16AD2;
}
.AnyTagClassName
{
color: #F16AD2;
}
</style>
background-color css
<style>
a { background-color: #F16AD2; }
a { background-color: rgb(241,106,210); }
div.DivClassName
{
background-color: #F16AD2;
}
.BgClassName
{
background-color: #F16AD2;
}
</style>
border-color css
<style>
span { border-color: #F16AD2; }
span { border-color: rgb(241,106,210); }
td.TdClassName
{
border-color: #F16AD2;
}
.TagClassName
{
border-color: #F16AD2;
}
</style>