#FE55D1

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

Shades of Neon Pink #FE55D1

Tints of Neon Pink #FE55D1

Color information

#FE55D1 (or 0xFE55D1) is unknown color: approx Neon Pink. HEX triplet: FE, 55 and D1. RGB value is (254,85,209). Sum of RGB (Red+Green+Blue) = 254+85+209=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 85 (33.59% from 255 or 15.51% from 548); Blue value is 209 (82.03% from 255 or 38.14% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FE55D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE55D1 is #01AA2E. Grayscale: #959595. Windows color (decimal): -109103 or 13719038. OLE color: 13719038.

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

Color convert

RGB25485209-
CMYK00.670.180.00
HSL315.98º98.83%66.47%-
HSV(B)315.98º66.54%99.61%-
XYZ55.6332.1763.6-
YUV149.67161.49202.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.35%
GREEN value IS 85 (33.59% from 255) = 15.51%
BLUE value IS 209 (82.03% from 255) = 38.14%
R=46.35%
G=15.51%
B=38.14%

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
Decimal2548520900.670.180.00315.9898.8366.47
HexFE55D104312013c6342
Octal3761253210103220474143102
Binary111111101010101110100010100001110010010011110011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE55D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE55D1; }

 p { color: rgb(254,85,209); }

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

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

 a { background-color: rgb(254,85,209); }

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

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

 span { border-color: rgb(254,85,209); }

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