Shades of Neon Pink #F167CE
Tints of Neon Pink #F167CE
RGB
CMYK
RGB Variations
Color information
#F167CE (or 0xF167CE) is known color: Neon Pink. HEX triplet: F1, 67 and CE. RGB value is (241,103,206). Sum of RGB (Red+Green+Blue) = 241+103+206=550 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.82% from 550); Green value is 103 (40.62% from 255 or 18.73% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 241 - color contains mainly: red. Hex color #F167CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F167CE is #0E9831. Grayscale: #9B9B9B. Windows color (decimal): -956466 or 13527025. OLE color: 13527025.
HSL color Cylindrical-coordinate representation of color #F167CE: hue angle of 315.22º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F167CE is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 103 | 206 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.05 |
| HSL | 315.22º | 0.83% | 0.67% | - |
| HSV(B) | 315.22º | 0.57% | 0.95% | - |
| XYZ | 52.27 | 32.86 | 61.98 | - |
| YUV | 156 | 156.22 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 103 | 206 | 0 | 0.57 | 0.15 | 0.05 | 315.22 | 0.83 | 0.67 |
| Hex | F1 | 67 | CE | 0 | 39 | F | 5 | 13B | 53 | 43 |
| Octal | 361 | 147 | 316 | 0 | 71 | 17 | 5 | 473 | 123 | 103 |
| Binary | 11110001 | 1100111 | 11001110 | 0 | 111001 | 1111 | 101 | 100111011 | 1010011 | 1000011 |
Color Harmonies of #F167CE
Complementary color
Monochromatic Colors of #F167CE
Black with #F167CE
Text Example
Text Example
White with #F167CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F167CE; }
p { color: rgb(241,103,206); }
H1.HeaderClassName
{
color: #F167CE;
}
.AnyTagClassName
{
color: #F167CE;
}
</style>
background-color css
<style>
a { background-color: #F167CE; }
a { background-color: rgb(241,103,206); }
div.DivClassName
{
background-color: #F167CE;
}
.BgClassName
{
background-color: #F167CE;
}
</style>
border-color css
<style>
span { border-color: #F167CE; }
span { border-color: rgb(241,103,206); }
td.TdClassName
{
border-color: #F167CE;
}
.TagClassName
{
border-color: #F167CE;
}
</style>