#fa5fc4

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

Shades of Neon Pink #FA5FC4

Tints of Neon Pink #FA5FC4

Color information

#FA5FC4 (or 0xFA5FC4) is unknown color: approx Neon Pink. HEX triplet: FA, 5F and C4. RGB value is (250,95,196). Sum of RGB (Red+Green+Blue) = 250+95+196=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 95 (37.5% from 255 or 17.56% from 541); Blue value is 196 (76.95% from 255 or 36.23% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5FC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5FC4 is #05A03B. Grayscale: #989898. Windows color (decimal): -368700 or 12869626. OLE color: 12869626.

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

Color convert

RGB25095196-
CMYK00.620.220.02
HSL320.9º93.94%67.65%-
HSV(B)320.9º62%98.04%-
XYZ53.4832.4955.68-
YUV152.86152.35197.29-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.21%
GREEN value IS 95 (37.5% from 255) = 17.56%
BLUE value IS 196 (76.95% from 255) = 36.23%
R=46.21%
G=17.56%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509519600.620.220.02320.993.9467.65
HexFA5FC403E1621415e44
Octal372137304076262501136104
Binary111110101011111110001000111110101101010100000110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fa5fc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fa5fc4; }

 p { color: rgb(250,95,196); }

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

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

 a { background-color: rgb(250,95,196); }

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

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

 span { border-color: rgb(250,95,196); }

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