#F170C4

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

Shades of Neon Pink #F170C4

Tints of Neon Pink #F170C4

Color information

#F170C4 (or 0xF170C4) is unknown color: approx Neon Pink. HEX triplet: F1, 70 and C4. RGB value is (241,112,196). Sum of RGB (Red+Green+Blue) = 241+112+196=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 112 (44.14% from 255 or 20.40% from 549); Blue value is 196 (76.95% from 255 or 35.70% from 549); Max value from RGB is 241 - color contains mainly: red. Hex color #F170C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F170C4 is #0E8F3B. Grayscale: #9F9F9F. Windows color (decimal): -954172 or 12873969. OLE color: 12873969.

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

Color convert

RGB241112196-
CMYK00.540.190.05
HSL320.93º82.17%69.22%-
HSV(B)320.93º53.53%94.51%-
XYZ52.0334.2756.1-
YUV160.15148.24185.67-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.90%
GREEN value IS 112 (44.14% from 255) = 20.40%
BLUE value IS 196 (76.95% from 255) = 35.70%
R=43.90%
G=20.40%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111219600.540.190.05320.9382.1769.22
HexF170C40361351415245
Octal361160304066235501122105
Binary1111000111100001100010001101101001110110100000110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F170C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F170C4; }

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

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

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

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

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

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

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

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