#FA56C8

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

Shades of Neon Pink #FA56C8

Tints of Neon Pink #FA56C8

Color information

#FA56C8 (or 0xFA56C8) is unknown color: approx Neon Pink. HEX triplet: FA, 56 and C8. RGB value is (250,86,200). Sum of RGB (Red+Green+Blue) = 250+86+200=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 86 (33.98% from 255 or 16.04% from 536); Blue value is 200 (78.52% from 255 or 37.31% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FA56C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA56C8 is #05A937. Grayscale: #939393. Windows color (decimal): -371000 or 13129466. OLE color: 13129466.

HSL color Cylindrical-coordinate representation of color #FA56C8: hue angle of 318.29º 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 #FA56C8 is Cyan = 0, Magento = 0.66, Yellow = 0.2 and Black (K on CMYK) = 0.02.

Color convert

RGB25086200-
CMYK00.660.20.02
HSL318.29º94.25%65.88%-
HSV(B)318.29º65.6%98.04%-
XYZ53.1831.1557.85-
YUV148.03157.33200.73-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.64%
GREEN value IS 86 (33.98% from 255) = 16.04%
BLUE value IS 200 (78.52% from 255) = 37.31%
R=46.64%
G=16.04%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.2
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2508620000.660.20.02318.2994.2565.88
HexFA56C804214213e5e42
Octal3721263100102242476136102
Binary1111101010101101100100001000010101001010011111010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA56C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA56C8; }

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

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

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

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

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

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

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

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