#F170CA

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

Shades of Neon Pink #F170CA

Tints of Neon Pink #F170CA

Color information

#F170CA (or 0xF170CA) is unknown color: approx Neon Pink. HEX triplet: F1, 70 and CA. RGB value is (241,112,202). Sum of RGB (Red+Green+Blue) = 241+112+202=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 112 (44.14% from 255 or 20.18% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 241 - color contains mainly: red. Hex color #F170CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F170CA is #0E8F35. Grayscale: #A0A0A0. Windows color (decimal): -954166 or 13267185. OLE color: 13267185.

HSL color Cylindrical-coordinate representation of color #F170CA: hue angle of 318.14º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F170CA is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB241112202-
CMYK00.540.160.05
HSL318.14º82.17%69.22%-
HSV(B)318.14º53.53%94.51%-
XYZ52.7334.5559.77-
YUV160.83151.24185.18-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.42%
GREEN value IS 112 (44.14% from 255) = 20.18%
BLUE value IS 202 (79.30% from 255) = 36.40%
R=43.42%
G=20.18%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111220200.540.160.05318.1482.1769.22
HexF170CA03610513e5245
Octal361160312066205476122105
Binary1111000111100001100101001101101000010110011111010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F170CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F170CA; }

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

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

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

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

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

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

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

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