#FE55CE

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

Shades of Neon Pink #FE55CE

Tints of Neon Pink #FE55CE

Color information

#FE55CE (or 0xFE55CE) is unknown color: approx Neon Pink. HEX triplet: FE, 55 and CE. RGB value is (254,85,206). Sum of RGB (Red+Green+Blue) = 254+85+206=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 85 (33.59% from 255 or 15.60% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FE55CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE55CE is #01AA31. Grayscale: #959595. Windows color (decimal): -109106 or 13522430. OLE color: 13522430.

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

Color convert

RGB25485206-
CMYK00.670.190.00
HSL317.04º98.83%66.47%-
HSV(B)317.04º66.54%99.61%-
XYZ55.2632.0261.66-
YUV149.32159.99202.66-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.61%
GREEN value IS 85 (33.59% from 255) = 15.60%
BLUE value IS 206 (80.86% from 255) = 37.80%
R=46.61%
G=15.60%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548520600.670.190.00317.0498.8366.47
HexFE55CE04313013d6342
Octal3761253160103230475143102
Binary111111101010101110011100100001110011010011110111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE55CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE55CE; }

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

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

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

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

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

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

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

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