#F162C6

Color #F162C6 Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #F162C6

Tints of Neon Pink #F162C6

Color information

#F162C6 (or 0xF162C6) is unknown color: approx Neon Pink. HEX triplet: F1, 62 and C6. RGB value is (241,98,198). Sum of RGB (Red+Green+Blue) = 241+98+198=537 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.88% from 537); Green value is 98 (38.67% from 255 or 18.25% from 537); Blue value is 198 (77.73% from 255 or 36.87% from 537); Max value from RGB is 241 - color contains mainly: red. Hex color #F162C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F162C6 is #0E9D39. Grayscale: #979797. Windows color (decimal): -957754 or 13001457. OLE color: 13001457.

HSL color Cylindrical-coordinate representation of color #F162C6: hue angle of 318.04º 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 #F162C6 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB24198198-
CMYK00.590.180.05
HSL318.04º83.63%66.47%-
HSV(B)318.04º59.34%94.51%-
XYZ50.8431.5156.83-
YUV152.16153.88191.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 44.88%
GREEN value IS 98 (38.67% from 255) = 18.25%
BLUE value IS 198 (77.73% from 255) = 36.87%
R=44.88%
G=18.25%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419819800.590.180.05318.0483.6366.47
HexF162C603B12513e5442
Octal361142306073225476124102
Binary1111000111000101100011001110111001010110011111010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F162C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F162C6; }

 p { color: rgb(241,98,198); }

 H1.HeaderClassName
 {
   color: #F162C6;
 }
 .AnyTagClassName
 {
   color: #F162C6;
 }
</style>
background-color css

<style>
 a { background-color: #F162C6; }

 a { background-color: rgb(241,98,198); }

 div.DivClassName
 {
   background-color: #F162C6;
 }
 .BgClassName
 {
   background-color: #F162C6;
 }
</style>
border-color css

<style>
 span { border-color: #F162C6; }

 span { border-color: rgb(241,98,198); }

 td.TdClassName
 {
   border-color: #F162C6;
 }
 .TagClassName
 {
   border-color: #F162C6;
 }
</style>