#FA63C0

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

Shades of Neon Pink #FA63C0

Tints of Neon Pink #FA63C0

Color information

#FA63C0 (or 0xFA63C0) is unknown color: approx Neon Pink. HEX triplet: FA, 63 and C0. RGB value is (250,99,192). Sum of RGB (Red+Green+Blue) = 250+99+192=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 99 (39.06% from 255 or 18.30% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FA63C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA63C0 is #059C3F. Grayscale: #9A9A9A. Windows color (decimal): -367680 or 12608506. OLE color: 12608506.

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

Color convert

RGB25099192-
CMYK00.600.230.02
HSL323.05º93.79%68.43%-
HSV(B)323.05º60.4%98.04%-
XYZ53.433.0553.43-
YUV154.75149.03195.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.21%
GREEN value IS 99 (39.06% from 255) = 18.30%
BLUE value IS 192 (75.39% from 255) = 35.49%
R=46.21%
G=18.30%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509919200.600.230.02323.0593.7968.43
HexFA63C003C1721435e44
Octal372143300074272503136104
Binary111110101100011110000000111100101111010100001110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA63C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA63C0; }

 p { color: rgb(250,99,192); }

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

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

 a { background-color: rgb(250,99,192); }

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

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

 span { border-color: rgb(250,99,192); }

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