Shades of Neon Pink #F167D1
Tints of Neon Pink #F167D1
RGB
CMYK
RGB Variations
Color information
#F167D1 (or 0xF167D1) is known color: Neon Pink. HEX triplet: F1, 67 and D1. RGB value is (241,103,209). Sum of RGB (Red+Green+Blue) = 241+103+209=553 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.58% from 553); Green value is 103 (40.62% from 255 or 18.63% from 553); Blue value is 209 (82.03% from 255 or 37.79% from 553); Max value from RGB is 241 - color contains mainly: red. Hex color #F167D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F167D1 is #0E982E. Grayscale: #9C9C9C. Windows color (decimal): -956463 or 13723633. OLE color: 13723633.
HSL color Cylindrical-coordinate representation of color #F167D1: hue angle of 313.91º 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 #F167D1 is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 103 | 209 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.05 |
| HSL | 313.91º | 0.83% | 0.67% | - |
| HSV(B) | 313.91º | 0.57% | 0.95% | - |
| XYZ | 52.63 | 33 | 63.92 | - |
| YUV | 156.35 | 157.72 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 103 | 209 | 0 | 0.57 | 0.13 | 0.05 | 313.91 | 0.83 | 0.67 |
| Hex | F1 | 67 | D1 | 0 | 39 | D | 5 | 13A | 53 | 43 |
| Octal | 361 | 147 | 321 | 0 | 71 | 15 | 5 | 472 | 123 | 103 |
| Binary | 11110001 | 1100111 | 11010001 | 0 | 111001 | 1101 | 101 | 100111010 | 1010011 | 1000011 |
Color Harmonies of #F167D1
Complementary color
Monochromatic Colors of #F167D1
Black with #F167D1
Text Example
Text Example
White with #F167D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F167D1; }
p { color: rgb(241,103,209); }
H1.HeaderClassName
{
color: #F167D1;
}
.AnyTagClassName
{
color: #F167D1;
}
</style>
background-color css
<style>
a { background-color: #F167D1; }
a { background-color: rgb(241,103,209); }
div.DivClassName
{
background-color: #F167D1;
}
.BgClassName
{
background-color: #F167D1;
}
</style>
border-color css
<style>
span { border-color: #F167D1; }
span { border-color: rgb(241,103,209); }
td.TdClassName
{
border-color: #F167D1;
}
.TagClassName
{
border-color: #F167D1;
}
</style>