#FA56CC

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

Shades of Neon Pink #FA56CC

Tints of Neon Pink #FA56CC

Color information

#FA56CC (or 0xFA56CC) is unknown color: approx Neon Pink. HEX triplet: FA, 56 and CC. RGB value is (250,86,204). Sum of RGB (Red+Green+Blue) = 250+86+204=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 86 (33.98% from 255 or 15.93% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FA56CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA56CC is #05A933. Grayscale: #949494. Windows color (decimal): -370996 or 13391610. OLE color: 13391610.

HSL color Cylindrical-coordinate representation of color #FA56CC: hue angle of 316.83º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA56CC is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB25086204-
CMYK00.660.180.02
HSL316.83º94.25%65.88%-
HSV(B)316.83º65.6%98.04%-
XYZ53.6531.3460.35-
YUV148.49159.33200.41-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.30%
GREEN value IS 86 (33.98% from 255) = 15.93%
BLUE value IS 204 (80.08% from 255) = 37.78%
R=46.30%
G=15.93%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2508620400.660.180.02316.8394.2565.88
HexFA56CC04212213d5e42
Octal3721263140102222475136102
Binary1111101010101101100110001000010100101010011110110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA56CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA56CC; }

 p { color: rgb(250,86,204); }

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

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

 a { background-color: rgb(250,86,204); }

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

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

 span { border-color: rgb(250,86,204); }

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