#F170C6

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

Shades of Neon Pink #F170C6

Tints of Neon Pink #F170C6

Color information

#F170C6 (or 0xF170C6) is unknown color: approx Neon Pink. HEX triplet: F1, 70 and C6. RGB value is (241,112,198). Sum of RGB (Red+Green+Blue) = 241+112+198=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 112 (44.14% from 255 or 20.33% from 551); Blue value is 198 (77.73% from 255 or 35.93% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F170C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F170C6 is #0E8F39. Grayscale: #A0A0A0. Windows color (decimal): -954170 or 13005041. OLE color: 13005041.

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

Color convert

RGB241112198-
CMYK00.540.180.05
HSL320º82.17%69.22%-
HSV(B)320º53.53%94.51%-
XYZ52.2634.3757.3-
YUV160.38149.24185.51-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.74%
GREEN value IS 112 (44.14% from 255) = 20.33%
BLUE value IS 198 (77.73% from 255) = 35.93%
R=43.74%
G=20.33%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111219800.540.180.0532082.1769.22
HexF170C60361251405245
Octal361160306066225500122105
Binary1111000111100001100011001101101001010110100000010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F170C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F170C6; }

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

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

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

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

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

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

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

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