#FE5DCB

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

Shades of Neon Pink #FE5DCB

Tints of Neon Pink #FE5DCB

Color information

#FE5DCB (or 0xFE5DCB) is unknown color: approx Neon Pink. HEX triplet: FE, 5D and CB. RGB value is (254,93,203). Sum of RGB (Red+Green+Blue) = 254+93+203=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 93 (36.72% from 255 or 16.91% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5DCB is #01A234. Grayscale: #999999. Windows color (decimal): -107061 or 13327870. OLE color: 13327870.

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

Color convert

RGB25493203-
CMYK00.630.200.00
HSL319.01º98.77%68.04%-
HSV(B)319.01º63.39%99.61%-
XYZ55.5733.2159.98-
YUV153.68155.84199.56-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.18%
GREEN value IS 93 (36.72% from 255) = 16.91%
BLUE value IS 203 (79.69% from 255) = 36.91%
R=46.18%
G=16.91%
B=36.91%

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
Decimal2549320300.630.200.00319.0198.7768.04
HexFE5DCB03F14013f6344
Octal376135313077240477143104
Binary11111110101110111001011011111110100010011111111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5DCB; }

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

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

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

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

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

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

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

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