#F170BF

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

Shades of Neon Pink #F170BF

Tints of Neon Pink #F170BF

Color information

#F170BF (or 0xF170BF) is unknown color: approx Neon Pink. HEX triplet: F1, 70 and BF. RGB value is (241,112,191). Sum of RGB (Red+Green+Blue) = 241+112+191=544 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.30% from 544); Green value is 112 (44.14% from 255 or 20.59% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 241 - color contains mainly: red. Hex color #F170BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F170BF is #0E8F40. Grayscale: #9F9F9F. Windows color (decimal): -954177 or 12546289. OLE color: 12546289.

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

Color convert

RGB241112191-
CMYK00.540.210.05
HSL323.26º82.17%69.22%-
HSV(B)323.26º53.53%94.51%-
XYZ51.4734.0553.15-
YUV159.58145.74186.08-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.30%
GREEN value IS 112 (44.14% from 255) = 20.59%
BLUE value IS 191 (75% from 255) = 35.11%
R=44.30%
G=20.59%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111219100.540.210.05323.2682.1769.22
HexF170BF0361551435245
Octal361160277066255503122105
Binary1111000111100001011111101101101010110110100001110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F170BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F170BF; }

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

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

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

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

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

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

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

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