#FE75C3

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

Shades of Neon Pink #FE75C3

Tints of Neon Pink #FE75C3

Color information

#FE75C3 (or 0xFE75C3) is unknown color: approx Neon Pink. HEX triplet: FE, 75 and C3. RGB value is (254,117,195). Sum of RGB (Red+Green+Blue) = 254+117+195=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 117 (46.09% from 255 or 20.67% from 566); Blue value is 195 (76.56% from 255 or 34.45% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FE75C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE75C3 is #018A3C. Grayscale: #A6A6A6. Windows color (decimal): -100925 or 12809726. OLE color: 12809726.

HSL color Cylindrical-coordinate representation of color #FE75C3: hue angle of 325.84º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE75C3 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.00.

Color convert

RGB254117195-
CMYK00.540.230.00
HSL325.84º98.56%72.75%-
HSV(B)325.84º53.94%99.61%-
XYZ57.0837.7355.9-
YUV166.86143.89190.16-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.88%
GREEN value IS 117 (46.09% from 255) = 20.67%
BLUE value IS 195 (76.56% from 255) = 34.45%
R=44.88%
G=20.67%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411719500.540.230.00325.8498.5672.75
HexFE75C30361701466349
Octal376165303066270506143111
Binary11111110111010111000011011011010111010100011011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE75C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE75C3; }

 p { color: rgb(254,117,195); }

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

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

 a { background-color: rgb(254,117,195); }

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

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

 span { border-color: rgb(254,117,195); }

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