#F175CE

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

Shades of Neon Pink #F175CE

Tints of Neon Pink #F175CE

Color information

#F175CE (or 0xF175CE) is unknown color: approx Neon Pink. HEX triplet: F1, 75 and CE. RGB value is (241,117,206). Sum of RGB (Red+Green+Blue) = 241+117+206=564 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.73% from 564); Green value is 117 (46.09% from 255 or 20.74% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 241 - color contains mainly: red. Hex color #F175CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F175CE is #0E8A31. Grayscale: #A3A3A3. Windows color (decimal): -952882 or 13530609. OLE color: 13530609.

HSL color Cylindrical-coordinate representation of color #F175CE: hue angle of 316.94º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F175CE is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB241117206-
CMYK00.510.150.05
HSL316.94º81.58%70.2%-
HSV(B)316.94º51.45%94.51%-
XYZ53.7835.8862.48-
YUV164.22151.58182.76-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.73%
GREEN value IS 117 (46.09% from 255) = 20.74%
BLUE value IS 206 (80.86% from 255) = 36.52%
R=42.73%
G=20.74%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111720600.510.150.05316.9481.5870.2
HexF175CE033F513d5246
Octal361165316063175475122106
Binary111100011110101110011100110011111110110011110110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F175CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F175CE; }

 p { color: rgb(241,117,206); }

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

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

 a { background-color: rgb(241,117,206); }

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

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

 span { border-color: rgb(241,117,206); }

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