#FA61C1

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

Shades of Neon Pink #FA61C1

Tints of Neon Pink #FA61C1

Color information

#FA61C1 (or 0xFA61C1) is unknown color: approx Neon Pink. HEX triplet: FA, 61 and C1. RGB value is (250,97,193). Sum of RGB (Red+Green+Blue) = 250+97+193=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 97 (38.28% from 255 or 17.96% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FA61C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA61C1 is #059E3E. Grayscale: #999999. Windows color (decimal): -368191 or 12673530. OLE color: 12673530.

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

Color convert

RGB25097193-
CMYK00.610.230.02
HSL322.35º93.87%68.04%-
HSV(B)322.35º61.2%98.04%-
XYZ53.3232.7253.96-
YUV153.69150.19196.69-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.30%
GREEN value IS 97 (38.28% from 255) = 17.96%
BLUE value IS 193 (75.78% from 255) = 35.74%
R=46.30%
G=17.96%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509719300.610.230.02322.3593.8768.04
HexFA61C103D1721425e44
Octal372141301075272502136104
Binary111110101100001110000010111101101111010100001010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA61C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA61C1; }

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

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

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

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

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

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

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

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