#F175CB

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

Shades of Neon Pink #F175CB

Tints of Neon Pink #F175CB

Color information

#F175CB (or 0xF175CB) is unknown color: approx Neon Pink. HEX triplet: F1, 75 and CB. RGB value is (241,117,203). Sum of RGB (Red+Green+Blue) = 241+117+203=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 117 (46.09% from 255 or 20.86% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 241 - color contains mainly: red. Hex color #F175CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F175CB is #0E8A34. Grayscale: #A3A3A3. Windows color (decimal): -952885 or 13334001. OLE color: 13334001.

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

Color convert

RGB241117203-
CMYK00.510.160.05
HSL318.39º81.58%70.2%-
HSV(B)318.39º51.45%94.51%-
XYZ53.4235.7460.58-
YUV163.88150.08183.01-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.96%
GREEN value IS 117 (46.09% from 255) = 20.86%
BLUE value IS 203 (79.69% from 255) = 36.19%
R=42.96%
G=20.86%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111720300.510.160.05318.3981.5870.2
HexF175CB03310513e5246
Octal361165313063205476122106
Binary1111000111101011100101101100111000010110011111010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F175CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F175CB; }

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

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

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

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

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

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

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

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