#F170C0

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

Shades of Neon Pink #F170C0

Tints of Neon Pink #F170C0

Color information

#F170C0 (or 0xF170C0) is unknown color: approx Neon Pink. HEX triplet: F1, 70 and C0. RGB value is (241,112,192). Sum of RGB (Red+Green+Blue) = 241+112+192=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 112 (44.14% from 255 or 20.55% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F170C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F170C0 is #0E8F3F. Grayscale: #9F9F9F. Windows color (decimal): -954176 or 12611825. OLE color: 12611825.

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

Color convert

RGB241112192-
CMYK00.540.200.05
HSL322.79º82.17%69.22%-
HSV(B)322.79º53.53%94.51%-
XYZ51.5834.0953.73-
YUV159.69146.24186-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.22%
GREEN value IS 112 (44.14% from 255) = 20.55%
BLUE value IS 192 (75.39% from 255) = 35.23%
R=44.22%
G=20.55%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111219200.540.200.05322.7982.1769.22
HexF170C00361451435245
Octal361160300066245503122105
Binary1111000111100001100000001101101010010110100001110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F170C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F170C0; }

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

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

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

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

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

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

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

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