#FE5DC7

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

Shades of Neon Pink #FE5DC7

Tints of Neon Pink #FE5DC7

Color information

#FE5DC7 (or 0xFE5DC7) is unknown color: approx Neon Pink. HEX triplet: FE, 5D and C7. RGB value is (254,93,199). Sum of RGB (Red+Green+Blue) = 254+93+199=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 93 (36.72% from 255 or 17.03% from 546); Blue value is 199 (78.12% from 255 or 36.45% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5DC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5DC7 is #01A238. Grayscale: #989898. Windows color (decimal): -107065 or 13065726. OLE color: 13065726.

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

Color convert

RGB25493199-
CMYK00.630.220.00
HSL320.5º98.77%68.04%-
HSV(B)320.5º63.39%99.61%-
XYZ55.133.0257.5-
YUV153.22153.84199.88-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.52%
GREEN value IS 93 (36.72% from 255) = 17.03%
BLUE value IS 199 (78.12% from 255) = 36.45%
R=46.52%
G=17.03%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549319900.630.220.00320.598.7768.04
HexFE5DC703F1601406344
Octal376135307077260500143104
Binary11111110101110111000111011111110110010100000011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5DC7; }

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

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

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

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

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

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

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

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