#FA63C5

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

Shades of Neon Pink #FA63C5

Tints of Neon Pink #FA63C5

Color information

#FA63C5 (or 0xFA63C5) is unknown color: approx Neon Pink. HEX triplet: FA, 63 and C5. RGB value is (250,99,197). Sum of RGB (Red+Green+Blue) = 250+99+197=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 99 (39.06% from 255 or 18.13% from 546); Blue value is 197 (77.34% from 255 or 36.08% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FA63C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA63C5 is #059C3A. Grayscale: #9B9B9B. Windows color (decimal): -367675 or 12936186. OLE color: 12936186.

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

Color convert

RGB25099197-
CMYK00.600.210.02
HSL321.06º93.79%68.43%-
HSV(B)321.06º60.4%98.04%-
XYZ53.9633.2856.4-
YUV155.32151.53195.53-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.79%
GREEN value IS 99 (39.06% from 255) = 18.13%
BLUE value IS 197 (77.34% from 255) = 36.08%
R=45.79%
G=18.13%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509919700.600.210.02321.0693.7968.43
HexFA63C503C1521415e44
Octal372143305074252501136104
Binary111110101100011110001010111100101011010100000110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA63C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA63C5; }

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

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

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

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

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

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

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

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