#F162CA

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

Shades of Neon Pink #F162CA

Tints of Neon Pink #F162CA

Color information

#F162CA (or 0xF162CA) is unknown color: approx Neon Pink. HEX triplet: F1, 62 and CA. RGB value is (241,98,202). Sum of RGB (Red+Green+Blue) = 241+98+202=541 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.55% from 541); Green value is 98 (38.67% from 255 or 18.11% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 241 - color contains mainly: red. Hex color #F162CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F162CA is #0E9D35. Grayscale: #989898. Windows color (decimal): -957750 or 13263601. OLE color: 13263601.

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

Color convert

RGB24198202-
CMYK00.590.160.05
HSL316.36º83.63%66.47%-
HSV(B)316.36º59.34%94.51%-
XYZ51.331.759.29-
YUV152.61155.88191.04-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.55%
GREEN value IS 98 (38.67% from 255) = 18.11%
BLUE value IS 202 (79.30% from 255) = 37.34%
R=44.55%
G=18.11%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419820200.590.160.05316.3683.6366.47
HexF162CA03B10513c5442
Octal361142312073205474124102
Binary1111000111000101100101001110111000010110011110010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F162CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F162CA; }

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

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

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

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

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

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

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

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