#FE5DCA

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

Shades of Neon Pink #FE5DCA

Tints of Neon Pink #FE5DCA

Color information

#FE5DCA (or 0xFE5DCA) is unknown color: approx Neon Pink. HEX triplet: FE, 5D and CA. RGB value is (254,93,202). Sum of RGB (Red+Green+Blue) = 254+93+202=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 93 (36.72% from 255 or 16.94% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5DCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5DCA is #01A235. Grayscale: #999999. Windows color (decimal): -107062 or 13262334. OLE color: 13262334.

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

Color convert

RGB25493202-
CMYK00.630.200.00
HSL319.38º98.77%68.04%-
HSV(B)319.38º63.39%99.61%-
XYZ55.4533.1659.36-
YUV153.56155.34199.64-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.27%
GREEN value IS 93 (36.72% from 255) = 16.94%
BLUE value IS 202 (79.30% from 255) = 36.79%
R=46.27%
G=16.94%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549320200.630.200.00319.3898.7768.04
HexFE5DCA03F14013f6344
Octal376135312077240477143104
Binary11111110101110111001010011111110100010011111111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5DCA; }

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

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

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

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

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

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

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

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