#F171BF

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

Shades of Neon Pink #F171BF

Tints of Neon Pink #F171BF

Color information

#F171BF (or 0xF171BF) is unknown color: approx Neon Pink. HEX triplet: F1, 71 and BF. RGB value is (241,113,191). Sum of RGB (Red+Green+Blue) = 241+113+191=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 113 (44.53% from 255 or 20.73% from 545); Blue value is 191 (75% from 255 or 35.05% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F171BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F171BF is #0E8E40. Grayscale: #9F9F9F. Windows color (decimal): -953921 or 12546545. OLE color: 12546545.

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

Color convert

RGB241113191-
CMYK00.530.210.05
HSL323.44º82.05%69.41%-
HSV(B)323.44º53.11%94.51%-
XYZ51.5834.2753.19-
YUV160.16145.41185.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.22%
GREEN value IS 113 (44.53% from 255) = 20.73%
BLUE value IS 191 (75% from 255) = 35.05%
R=44.22%
G=20.73%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111319100.530.210.05323.4482.0569.41
HexF171BF0351551435245
Octal361161277065255503122105
Binary1111000111100011011111101101011010110110100001110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F171BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F171BF; }

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

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

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

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

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

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

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

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