Shades of Neon Pink #F167CC
Tints of Neon Pink #F167CC
RGB
CMYK
RGB Variations
Color information
#F167CC (or 0xF167CC) is known color: Neon Pink. HEX triplet: F1, 67 and CC. RGB value is (241,103,204). Sum of RGB (Red+Green+Blue) = 241+103+204=548 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.98% from 548); Green value is 103 (40.62% from 255 or 18.80% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 241 - color contains mainly: red. Hex color #F167CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F167CC is #0E9833. Grayscale: #9B9B9B. Windows color (decimal): -956468 or 13395953. OLE color: 13395953.
HSL color Cylindrical-coordinate representation of color #F167CC: hue angle of 316.09º 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 #F167CC is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 103 | 204 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.05 |
| HSL | 316.09º | 0.83% | 0.67% | - |
| HSV(B) | 316.09º | 0.57% | 0.95% | - |
| XYZ | 52.02 | 32.76 | 60.71 | - |
| YUV | 155.78 | 155.22 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 103 | 204 | 0 | 0.57 | 0.15 | 0.05 | 316.09 | 0.83 | 0.67 |
| Hex | F1 | 67 | CC | 0 | 39 | F | 5 | 13C | 53 | 43 |
| Octal | 361 | 147 | 314 | 0 | 71 | 17 | 5 | 474 | 123 | 103 |
| Binary | 11110001 | 1100111 | 11001100 | 0 | 111001 | 1111 | 101 | 100111100 | 1010011 | 1000011 |
Color Harmonies of #F167CC
Complementary color
Monochromatic Colors of #F167CC
Black with #F167CC
Text Example
Text Example
White with #F167CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F167CC; }
p { color: rgb(241,103,204); }
H1.HeaderClassName
{
color: #F167CC;
}
.AnyTagClassName
{
color: #F167CC;
}
</style>
background-color css
<style>
a { background-color: #F167CC; }
a { background-color: rgb(241,103,204); }
div.DivClassName
{
background-color: #F167CC;
}
.BgClassName
{
background-color: #F167CC;
}
</style>
border-color css
<style>
span { border-color: #F167CC; }
span { border-color: rgb(241,103,204); }
td.TdClassName
{
border-color: #F167CC;
}
.TagClassName
{
border-color: #F167CC;
}
</style>