#FF57C2

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

Shades of Neon Pink #FF57C2

Tints of Neon Pink #FF57C2

Color information

#FF57C2 (or 0xFF57C2) is unknown color: approx Neon Pink. HEX triplet: FF, 57 and C2. RGB value is (255,87,194). Sum of RGB (Red+Green+Blue) = 255+87+194=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 87 (34.38% from 255 or 16.23% from 536); Blue value is 194 (76.17% from 255 or 36.19% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FF57C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF57C2 is #00A83D. Grayscale: #959595. Windows color (decimal): -43070 or 12736511. OLE color: 12736511.

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

Color convert

RGB25587194-
CMYK00.660.240
HSL321.79º100%67.06%-
HSV(B)321.79º65.88%100%-
XYZ54.3931.9754.34-
YUV149.43153.16203.3-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.57%
GREEN value IS 87 (34.38% from 255) = 16.23%
BLUE value IS 194 (76.17% from 255) = 36.19%
R=47.57%
G=16.23%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558719400.660.240321.7910067.06
HexFF57C20421801426443
Octal3771273020102300502144103
Binary111111111010111110000100100001011000010100001011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF57C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF57C2; }

 p { color: rgb(255,87,194); }

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

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

 a { background-color: rgb(255,87,194); }

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

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

 span { border-color: rgb(255,87,194); }

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