#F171D6

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

Shades of Neon Pink #F171D6

Tints of Neon Pink #F171D6

Color information

#F171D6 (or 0xF171D6) is unknown color: approx Neon Pink. HEX triplet: F1, 71 and D6. RGB value is (241,113,214). Sum of RGB (Red+Green+Blue) = 241+113+214=568 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.43% from 568); Green value is 113 (44.53% from 255 or 19.89% from 568); Blue value is 214 (83.98% from 255 or 37.68% from 568); Max value from RGB is 241 - color contains mainly: red. Hex color #F171D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F171D6 is #0E8E29. Grayscale: #A2A2A2. Windows color (decimal): -953898 or 14053873. OLE color: 14053873.

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

Color convert

RGB241113214-
CMYK00.530.110.05
HSL312.66º82.05%69.41%-
HSV(B)312.66º53.11%94.51%-
XYZ54.3235.3767.58-
YUV162.79156.91183.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.43%
GREEN value IS 113 (44.53% from 255) = 19.89%
BLUE value IS 214 (83.98% from 255) = 37.68%
R=42.43%
G=19.89%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111321400.530.110.05312.6682.0569.41
HexF171D6035B51395245
Octal361161326065135471122105
Binary111100011110001110101100110101101110110011100110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F171D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F171D6; }

 p { color: rgb(241,113,214); }

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

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

 a { background-color: rgb(241,113,214); }

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

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

 span { border-color: rgb(241,113,214); }

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