#FA6AC4

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

Shades of Neon Pink #FA6AC4

Tints of Neon Pink #FA6AC4

Color information

#FA6AC4 (or 0xFA6AC4) is unknown color: approx Neon Pink. HEX triplet: FA, 6A and C4. RGB value is (250,106,196). Sum of RGB (Red+Green+Blue) = 250+106+196=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 106 (41.80% from 255 or 19.20% from 552); Blue value is 196 (76.95% from 255 or 35.51% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6AC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6AC4 is #05953B. Grayscale: #9F9F9F. Windows color (decimal): -365884 or 12872442. OLE color: 12872442.

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

Color convert

RGB250106196-
CMYK00.580.220.02
HSL322.5º93.51%69.8%-
HSV(B)322.5º57.6%98.04%-
XYZ54.5434.6256.03-
YUV159.32148.71192.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.29%
GREEN value IS 106 (41.80% from 255) = 19.20%
BLUE value IS 196 (76.95% from 255) = 35.51%
R=45.29%
G=19.20%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010619600.580.220.02322.593.5169.8
HexFA6AC403A1621425e46
Octal372152304072262502136106
Binary111110101101010110001000111010101101010100001010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6AC4; }

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

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

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

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

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

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

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

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