Shades of Neon Pink #F167C5
Tints of Neon Pink #F167C5
RGB
CMYK
RGB Variations
Color information
#F167C5 (or 0xF167C5) is known color: Neon Pink. HEX triplet: F1, 67 and C5. RGB value is (241,103,197). Sum of RGB (Red+Green+Blue) = 241+103+197=541 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.55% from 541); Green value is 103 (40.62% from 255 or 19.04% from 541); Blue value is 197 (77.34% from 255 or 36.41% from 541); Max value from RGB is 241 - color contains mainly: red. Hex color #F167C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F167C5 is #0E983A. Grayscale: #9A9A9A. Windows color (decimal): -956475 or 12937201. OLE color: 12937201.
HSL color Cylindrical-coordinate representation of color #F167C5: hue angle of 319.13º 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 #F167C5 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 103 | 197 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.05 |
| HSL | 319.13º | 0.83% | 0.67% | - |
| HSV(B) | 319.13º | 0.57% | 0.95% | - |
| XYZ | 51.2 | 32.43 | 56.38 | - |
| YUV | 154.98 | 151.72 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 103 | 197 | 0 | 0.57 | 0.18 | 0.05 | 319.13 | 0.83 | 0.67 |
| Hex | F1 | 67 | C5 | 0 | 39 | 12 | 5 | 13F | 53 | 43 |
| Octal | 361 | 147 | 305 | 0 | 71 | 22 | 5 | 477 | 123 | 103 |
| Binary | 11110001 | 1100111 | 11000101 | 0 | 111001 | 10010 | 101 | 100111111 | 1010011 | 1000011 |
Color Harmonies of #F167C5
Complementary color
Monochromatic Colors of #F167C5
Black with #F167C5
Text Example
Text Example
White with #F167C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F167C5; }
p { color: rgb(241,103,197); }
H1.HeaderClassName
{
color: #F167C5;
}
.AnyTagClassName
{
color: #F167C5;
}
</style>
background-color css
<style>
a { background-color: #F167C5; }
a { background-color: rgb(241,103,197); }
div.DivClassName
{
background-color: #F167C5;
}
.BgClassName
{
background-color: #F167C5;
}
</style>
border-color css
<style>
span { border-color: #F167C5; }
span { border-color: rgb(241,103,197); }
td.TdClassName
{
border-color: #F167C5;
}
.TagClassName
{
border-color: #F167C5;
}
</style>