Shades of Neon Pink #F166CE
Tints of Neon Pink #F166CE
RGB
CMYK
RGB Variations
Color information
#F166CE (or 0xF166CE) is known color: Neon Pink. HEX triplet: F1, 66 and CE. RGB value is (241,102,206). Sum of RGB (Red+Green+Blue) = 241+102+206=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 102 (40.23% from 255 or 18.58% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 241 - color contains mainly: red. Hex color #F166CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F166CE is #0E9931. Grayscale: #9B9B9B. Windows color (decimal): -956722 or 13526769. OLE color: 13526769.
HSL color Cylindrical-coordinate representation of color #F166CE: hue angle of 315.11º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F166CE is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 102 | 206 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.05 |
| HSL | 315.11º | 0.83% | 0.67% | - |
| HSV(B) | 315.11º | 0.58% | 0.95% | - |
| XYZ | 52.17 | 32.66 | 61.95 | - |
| YUV | 155.42 | 156.55 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 102 | 206 | 0 | 0.58 | 0.15 | 0.05 | 315.11 | 0.83 | 0.67 |
| Hex | F1 | 66 | CE | 0 | 3A | F | 5 | 13B | 53 | 43 |
| Octal | 361 | 146 | 316 | 0 | 72 | 17 | 5 | 473 | 123 | 103 |
| Binary | 11110001 | 1100110 | 11001110 | 0 | 111010 | 1111 | 101 | 100111011 | 1010011 | 1000011 |
Color Harmonies of #F166CE
Complementary color
Monochromatic Colors of #F166CE
Black with #F166CE
Text Example
Text Example
White with #F166CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F166CE; }
p { color: rgb(241,102,206); }
H1.HeaderClassName
{
color: #F166CE;
}
.AnyTagClassName
{
color: #F166CE;
}
</style>
background-color css
<style>
a { background-color: #F166CE; }
a { background-color: rgb(241,102,206); }
div.DivClassName
{
background-color: #F166CE;
}
.BgClassName
{
background-color: #F166CE;
}
</style>
border-color css
<style>
span { border-color: #F166CE; }
span { border-color: rgb(241,102,206); }
td.TdClassName
{
border-color: #F166CE;
}
.TagClassName
{
border-color: #F166CE;
}
</style>