#FA61C2

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

Shades of Neon Pink #FA61C2

Tints of Neon Pink #FA61C2

Color information

#FA61C2 (or 0xFA61C2) is unknown color: approx Neon Pink. HEX triplet: FA, 61 and C2. RGB value is (250,97,194). Sum of RGB (Red+Green+Blue) = 250+97+194=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 97 (38.28% from 255 or 17.93% from 541); Blue value is 194 (76.17% from 255 or 35.86% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FA61C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA61C2 is #059E3D. Grayscale: #999999. Windows color (decimal): -368190 or 12739066. OLE color: 12739066.

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

Color convert

RGB25097194-
CMYK00.610.220.02
HSL321.96º93.87%68.04%-
HSV(B)321.96º61.2%98.04%-
XYZ53.4432.7754.55-
YUV153.8150.69196.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.21%
GREEN value IS 97 (38.28% from 255) = 17.93%
BLUE value IS 194 (76.17% from 255) = 35.86%
R=46.21%
G=17.93%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509719400.610.220.02321.9693.8768.04
HexFA61C203D1621425e44
Octal372141302075262502136104
Binary111110101100001110000100111101101101010100001010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA61C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA61C2; }

 p { color: rgb(250,97,194); }

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

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

 a { background-color: rgb(250,97,194); }

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

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

 span { border-color: rgb(250,97,194); }

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