#FE75C4

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

Shades of Neon Pink #FE75C4

Tints of Neon Pink #FE75C4

Color information

#FE75C4 (or 0xFE75C4) is unknown color: approx Neon Pink. HEX triplet: FE, 75 and C4. RGB value is (254,117,196). Sum of RGB (Red+Green+Blue) = 254+117+196=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 117 (46.09% from 255 or 20.63% from 567); Blue value is 196 (76.95% from 255 or 34.57% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FE75C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE75C4 is #018A3B. Grayscale: #A6A6A6. Windows color (decimal): -100924 or 12875262. OLE color: 12875262.

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

Color convert

RGB254117196-
CMYK00.540.230.00
HSL325.4º98.56%72.75%-
HSV(B)325.4º53.94%99.61%-
XYZ57.237.7856.5-
YUV166.97144.39190.08-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.80%
GREEN value IS 117 (46.09% from 255) = 20.63%
BLUE value IS 196 (76.95% from 255) = 34.57%
R=44.80%
G=20.63%
B=34.57%

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
Decimal25411719600.540.230.00325.498.5672.75
HexFE75C40361701456349
Octal376165304066270505143111
Binary11111110111010111000100011011010111010100010111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE75C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE75C4; }

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

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

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

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

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

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

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

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