#FA56CB

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

Shades of Neon Pink #FA56CB

Tints of Neon Pink #FA56CB

Color information

#FA56CB (or 0xFA56CB) is unknown color: approx Neon Pink. HEX triplet: FA, 56 and CB. RGB value is (250,86,203). Sum of RGB (Red+Green+Blue) = 250+86+203=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 86 (33.98% from 255 or 15.96% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FA56CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA56CB is #05A934. Grayscale: #949494. Windows color (decimal): -370997 or 13326074. OLE color: 13326074.

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

Color convert

RGB25086203-
CMYK00.660.190.02
HSL317.2º94.25%65.88%-
HSV(B)317.2º65.6%98.04%-
XYZ53.5331.2959.72-
YUV148.37158.83200.49-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.38%
GREEN value IS 86 (33.98% from 255) = 15.96%
BLUE value IS 203 (79.69% from 255) = 37.66%
R=46.38%
G=15.96%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2508620300.660.190.02317.294.2565.88
HexFA56CB04213213d5e42
Octal3721263130102232475136102
Binary1111101010101101100101101000010100111010011110110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA56CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA56CB; }

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

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

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

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

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

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

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

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