#FE5DD7

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

Shades of Neon Pink #FE5DD7

Tints of Neon Pink #FE5DD7

Color information

#FE5DD7 (or 0xFE5DD7) is unknown color: approx Neon Pink. HEX triplet: FE, 5D and D7. RGB value is (254,93,215). Sum of RGB (Red+Green+Blue) = 254+93+215=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 93 (36.72% from 255 or 16.55% from 562); Blue value is 215 (84.38% from 255 or 38.26% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5DD7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5DD7 is #01A228. Grayscale: #9A9A9A. Windows color (decimal): -107049 or 14114302. OLE color: 14114302.

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

Color convert

RGB25493215-
CMYK00.630.150.00
HSL314.53º98.77%68.04%-
HSV(B)314.53º63.39%99.61%-
XYZ57.0533.8167.81-
YUV155.05161.84198.58-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.20%
GREEN value IS 93 (36.72% from 255) = 16.55%
BLUE value IS 215 (84.38% from 255) = 38.26%
R=45.20%
G=16.55%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549321500.630.150.00314.5398.7768.04
HexFE5DD703FF013b6344
Octal376135327077170473143104
Binary1111111010111011101011101111111111010011101111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5DD7; }

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

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

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

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

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

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

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

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