#FE51C8

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

Shades of Neon Pink #FE51C8

Tints of Neon Pink #FE51C8

Color information

#FE51C8 (or 0xFE51C8) is unknown color: approx Neon Pink. HEX triplet: FE, 51 and C8. RGB value is (254,81,200). Sum of RGB (Red+Green+Blue) = 254+81+200=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 81 (32.03% from 255 or 15.14% from 535); Blue value is 200 (78.52% from 255 or 37.38% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FE51C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE51C8 is #01AE37. Grayscale: #919191. Windows color (decimal): -110136 or 13128190. OLE color: 13128190.

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

Color convert

RGB25481200-
CMYK00.680.210.00
HSL318.73º98.86%65.69%-
HSV(B)318.73º68.11%99.61%-
XYZ54.2431.1357.79-
YUV146.29158.31204.82-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.48%
GREEN value IS 81 (32.03% from 255) = 15.14%
BLUE value IS 200 (78.52% from 255) = 37.38%
R=47.48%
G=15.14%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548120000.680.210.00318.7398.8665.69
HexFE51C804415013f6342
Octal3761213100104250477143102
Binary111111101010001110010000100010010101010011111111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE51C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE51C8; }

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

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

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

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

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

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

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

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