#F170CB

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

Shades of Neon Pink #F170CB

Tints of Neon Pink #F170CB

Color information

#F170CB (or 0xF170CB) is unknown color: approx Neon Pink. HEX triplet: F1, 70 and CB. RGB value is (241,112,203). Sum of RGB (Red+Green+Blue) = 241+112+203=556 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.35% from 556); Green value is 112 (44.14% from 255 or 20.14% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 241 - color contains mainly: red. Hex color #F170CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F170CB is #0E8F34. Grayscale: #A0A0A0. Windows color (decimal): -954165 or 13332721. OLE color: 13332721.

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

Color convert

RGB241112203-
CMYK00.540.160.05
HSL317.67º82.17%69.22%-
HSV(B)317.67º53.53%94.51%-
XYZ52.8534.660.39-
YUV160.94151.74185.1-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.35%
GREEN value IS 112 (44.14% from 255) = 20.14%
BLUE value IS 203 (79.69% from 255) = 36.51%
R=43.35%
G=20.14%
B=36.51%

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
Decimal24111220300.540.160.05317.6782.1769.22
HexF170CB03610513e5245
Octal361160313066205476122105
Binary1111000111100001100101101101101000010110011111010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F170CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F170CB; }

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

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

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

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

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

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

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

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