#F165C1

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

Shades of Neon Pink #F165C1

Tints of Neon Pink #F165C1

Color information

#F165C1 (or 0xF165C1) is unknown color: approx Neon Pink. HEX triplet: F1, 65 and C1. RGB value is (241,101,193). Sum of RGB (Red+Green+Blue) = 241+101+193=535 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.05% from 535); Green value is 101 (39.84% from 255 or 18.88% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 241 - color contains mainly: red. Hex color #F165C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F165C1 is #0E9A3E. Grayscale: #999999. Windows color (decimal): -956991 or 12674545. OLE color: 12674545.

HSL color Cylindrical-coordinate representation of color #F165C1: hue angle of 320.57º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F165C1 is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB241101193-
CMYK00.580.200.05
HSL320.57º83.33%67.06%-
HSV(B)320.57º58.09%94.51%-
XYZ50.5531.8653.94-
YUV153.35150.38190.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.05%
GREEN value IS 101 (39.84% from 255) = 18.88%
BLUE value IS 193 (75.78% from 255) = 36.07%
R=45.05%
G=18.88%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110119300.580.200.05320.5783.3367.06
HexF165C103A1451415343
Octal361145301072245501123103
Binary1111000111001011100000101110101010010110100000110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F165C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F165C1; }

 p { color: rgb(241,101,193); }

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

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

 a { background-color: rgb(241,101,193); }

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

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

 span { border-color: rgb(241,101,193); }

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