#FE51C6

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

Shades of Neon Pink #FE51C6

Tints of Neon Pink #FE51C6

Color information

#FE51C6 (or 0xFE51C6) is unknown color: approx Neon Pink. HEX triplet: FE, 51 and C6. RGB value is (254,81,198). Sum of RGB (Red+Green+Blue) = 254+81+198=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 81 (32.03% from 255 or 15.20% from 533); Blue value is 198 (77.73% from 255 or 37.15% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FE51C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE51C6 is #01AE39. Grayscale: #919191. Windows color (decimal): -110138 or 12997118. OLE color: 12997118.

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

Color convert

RGB25481198-
CMYK00.680.220.00
HSL319.42º98.86%65.69%-
HSV(B)319.42º68.11%99.61%-
XYZ54.0131.0356.57-
YUV146.06157.31204.99-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.65%
GREEN value IS 81 (32.03% from 255) = 15.20%
BLUE value IS 198 (77.73% from 255) = 37.15%
R=47.65%
G=15.20%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548119800.680.220.00319.4298.8665.69
HexFE51C604416013f6342
Octal3761213060104260477143102
Binary111111101010001110001100100010010110010011111111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE51C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE51C6; }

 p { color: rgb(254,81,198); }

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

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

 a { background-color: rgb(254,81,198); }

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

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

 span { border-color: rgb(254,81,198); }

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