#FE51C7

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

Shades of Neon Pink #FE51C7

Tints of Neon Pink #FE51C7

Color information

#FE51C7 (or 0xFE51C7) is unknown color: approx Neon Pink. HEX triplet: FE, 51 and C7. RGB value is (254,81,199). Sum of RGB (Red+Green+Blue) = 254+81+199=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 81 (32.03% from 255 or 15.17% from 534); Blue value is 199 (78.12% from 255 or 37.27% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FE51C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE51C7 is #01AE38. Grayscale: #919191. Windows color (decimal): -110137 or 13062654. OLE color: 13062654.

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

Color convert

RGB25481199-
CMYK00.680.220.00
HSL319.08º98.86%65.69%-
HSV(B)319.08º68.11%99.61%-
XYZ54.1231.0857.18-
YUV146.18157.81204.91-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.57%
GREEN value IS 81 (32.03% from 255) = 15.17%
BLUE value IS 199 (78.12% from 255) = 37.27%
R=47.57%
G=15.17%
B=37.27%

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
Decimal2548119900.680.220.00319.0898.8665.69
HexFE51C704416013f6342
Octal3761213070104260477143102
Binary111111101010001110001110100010010110010011111111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE51C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE51C7; }

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

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

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

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

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

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

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

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