#FE75CA

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

Shades of Neon Pink #FE75CA

Tints of Neon Pink #FE75CA

Color information

#FE75CA (or 0xFE75CA) is unknown color: approx Neon Pink. HEX triplet: FE, 75 and CA. RGB value is (254,117,202). Sum of RGB (Red+Green+Blue) = 254+117+202=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 117 (46.09% from 255 or 20.42% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FE75CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE75CA is #018A35. Grayscale: #A7A7A7. Windows color (decimal): -100918 or 13268478. OLE color: 13268478.

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

Color convert

RGB254117202-
CMYK00.540.200.00
HSL322.77º98.56%72.75%-
HSV(B)322.77º53.94%99.61%-
XYZ57.938.0660.17-
YUV167.65147.39189.59-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.33%
GREEN value IS 117 (46.09% from 255) = 20.42%
BLUE value IS 202 (79.30% from 255) = 35.25%
R=44.33%
G=20.42%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411720200.540.200.00322.7798.5672.75
HexFE75CA0361401436349
Octal376165312066240503143111
Binary11111110111010111001010011011010100010100001111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE75CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE75CA; }

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

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

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

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

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

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

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

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