#FE5DD5

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

Shades of Neon Pink #FE5DD5

Tints of Neon Pink #FE5DD5

Color information

#FE5DD5 (or 0xFE5DD5) is unknown color: approx Neon Pink. HEX triplet: FE, 5D and D5. RGB value is (254,93,213). Sum of RGB (Red+Green+Blue) = 254+93+213=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 93 (36.72% from 255 or 16.61% from 560); Blue value is 213 (83.59% from 255 or 38.04% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5DD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5DD5 is #01A22A. Grayscale: #9A9A9A. Windows color (decimal): -107051 or 13983230. OLE color: 13983230.

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

Color convert

RGB25493213-
CMYK00.630.160.00
HSL315.28º98.77%68.04%-
HSV(B)315.28º63.39%99.61%-
XYZ56.833.766.46-
YUV154.82160.84198.74-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.36%
GREEN value IS 93 (36.72% from 255) = 16.61%
BLUE value IS 213 (83.59% from 255) = 38.04%
R=45.36%
G=16.61%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549321300.630.160.00315.2898.7768.04
HexFE5DD503F10013b6344
Octal376135325077200473143104
Binary11111110101110111010101011111110000010011101111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5DD5; }

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

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

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

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

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

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

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

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