#FE54D0

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

Shades of Neon Pink #FE54D0

Tints of Neon Pink #FE54D0

Color information

#FE54D0 (or 0xFE54D0) is unknown color: approx Neon Pink. HEX triplet: FE, 54 and D0. RGB value is (254,84,208). Sum of RGB (Red+Green+Blue) = 254+84+208=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 84 (33.20% from 255 or 15.38% from 546); Blue value is 208 (81.64% from 255 or 38.10% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FE54D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE54D0 is #01AB2F. Grayscale: #949494. Windows color (decimal): -109360 or 13653246. OLE color: 13653246.

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

Color convert

RGB25484208-
CMYK00.670.180.00
HSL316.24º98.84%66.27%-
HSV(B)316.24º66.93%99.61%-
XYZ55.4331.9762.92-
YUV148.97161.32202.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.52%
GREEN value IS 84 (33.20% from 255) = 15.38%
BLUE value IS 208 (81.64% from 255) = 38.10%
R=46.52%
G=15.38%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548420800.670.180.00316.2498.8466.27
HexFE54D004312013c6342
Octal3761243200103220474143102
Binary111111101010100110100000100001110010010011110011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE54D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE54D0; }

 p { color: rgb(254,84,208); }

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

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

 a { background-color: rgb(254,84,208); }

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

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

 span { border-color: rgb(254,84,208); }

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