#FF51C4

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

Shades of Neon Pink #FF51C4

Tints of Neon Pink #FF51C4

Color information

#FF51C4 (or 0xFF51C4) is unknown color: approx Neon Pink. HEX triplet: FF, 51 and C4. RGB value is (255,81,196). Sum of RGB (Red+Green+Blue) = 255+81+196=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 81 (32.03% from 255 or 15.23% from 532); Blue value is 196 (76.95% from 255 or 36.84% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FF51C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF51C4 is #00AE3B. Grayscale: #919191. Windows color (decimal): -44604 or 12866047. OLE color: 12866047.

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

Color convert

RGB25581196-
CMYK00.680.230
HSL320.34º100%65.88%-
HSV(B)320.34º68.24%100%-
XYZ54.1531.1355.38-
YUV146.14156.15205.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.93%
GREEN value IS 81 (32.03% from 255) = 15.23%
BLUE value IS 196 (76.95% from 255) = 36.84%
R=47.93%
G=15.23%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558119600.680.230320.3410065.88
HexFF51C40441701406442
Octal3771213040104270500144102
Binary111111111010001110001000100010010111010100000011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF51C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF51C4; }

 p { color: rgb(255,81,196); }

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

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

 a { background-color: rgb(255,81,196); }

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

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

 span { border-color: rgb(255,81,196); }

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