#FA75C4

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

Shades of Neon Pink #FA75C4

Tints of Neon Pink #FA75C4

Color information

#FA75C4 (or 0xFA75C4) is unknown color: approx Neon Pink. HEX triplet: FA, 75 and C4. RGB value is (250,117,196). Sum of RGB (Red+Green+Blue) = 250+117+196=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 117 (46.09% from 255 or 20.78% from 563); Blue value is 196 (76.95% from 255 or 34.81% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FA75C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA75C4 is #058A3B. Grayscale: #A5A5A5. Windows color (decimal): -363068 or 12875258. OLE color: 12875258.

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

Color convert

RGB250117196-
CMYK00.530.220.02
HSL324.36º93.01%71.96%-
HSV(B)324.36º53.2%98.04%-
XYZ55.7537.0356.43-
YUV165.77145.06188.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.40%
GREEN value IS 117 (46.09% from 255) = 20.78%
BLUE value IS 196 (76.95% from 255) = 34.81%
R=44.40%
G=20.78%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011719600.530.220.02324.3693.0171.96
HexFA75C40351621445d48
Octal372165304065262504135110
Binary111110101110101110001000110101101101010100010010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA75C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA75C4; }

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

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

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

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

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

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

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

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