Shades of Neon Pink #F162C4
Tints of Neon Pink #F162C4
RGB
CMYK
RGB Variations
Color information
#F162C4 (or 0xF162C4) is known color: Neon Pink. HEX triplet: F1, 62 and C4. RGB value is (241,98,196). Sum of RGB (Red+Green+Blue) = 241+98+196=535 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.05% from 535); Green value is 98 (38.67% from 255 or 18.32% from 535); Blue value is 196 (76.95% from 255 or 36.64% from 535); Max value from RGB is 241 - color contains mainly: red. Hex color #F162C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F162C4 is #0E9D3B. Grayscale: #979797. Windows color (decimal): -957756 or 12870385. OLE color: 12870385.
HSL color Cylindrical-coordinate representation of color #F162C4: hue angle of 318.88º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F162C4 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 98 | 196 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.05 |
| HSL | 318.88º | 0.84% | 0.66% | - |
| HSV(B) | 318.88º | 0.59% | 0.95% | - |
| XYZ | 50.61 | 31.42 | 55.62 | - |
| YUV | 151.93 | 152.88 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 98 | 196 | 0 | 0.59 | 0.19 | 0.05 | 318.88 | 0.84 | 0.66 |
| Hex | F1 | 62 | C4 | 0 | 3B | 13 | 5 | 13F | 54 | 42 |
| Octal | 361 | 142 | 304 | 0 | 73 | 23 | 5 | 477 | 124 | 102 |
| Binary | 11110001 | 1100010 | 11000100 | 0 | 111011 | 10011 | 101 | 100111111 | 1010100 | 1000010 |
Color Harmonies of #F162C4
Complementary color
Monochromatic Colors of #F162C4
Black with #F162C4
Text Example
Text Example
White with #F162C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F162C4; }
p { color: rgb(241,98,196); }
H1.HeaderClassName
{
color: #F162C4;
}
.AnyTagClassName
{
color: #F162C4;
}
</style>
background-color css
<style>
a { background-color: #F162C4; }
a { background-color: rgb(241,98,196); }
div.DivClassName
{
background-color: #F162C4;
}
.BgClassName
{
background-color: #F162C4;
}
</style>
border-color css
<style>
span { border-color: #F162C4; }
span { border-color: rgb(241,98,196); }
td.TdClassName
{
border-color: #F162C4;
}
.TagClassName
{
border-color: #F162C4;
}
</style>