#FA61C0

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

Shades of Neon Pink #FA61C0

Tints of Neon Pink #FA61C0

Color information

#FA61C0 (or 0xFA61C0) is unknown color: approx Neon Pink. HEX triplet: FA, 61 and C0. RGB value is (250,97,192). Sum of RGB (Red+Green+Blue) = 250+97+192=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 97 (38.28% from 255 or 18.00% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FA61C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA61C0 is #059E3F. Grayscale: #999999. Windows color (decimal): -368192 or 12607994. OLE color: 12607994.

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

Color convert

RGB25097192-
CMYK00.610.230.02
HSL322.75º93.87%68.04%-
HSV(B)322.75º61.2%98.04%-
XYZ53.2132.6853.37-
YUV153.58149.69196.78-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.38%
GREEN value IS 97 (38.28% from 255) = 18.00%
BLUE value IS 192 (75.39% from 255) = 35.62%
R=46.38%
G=18.00%
B=35.62%

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
Decimal2509719200.610.230.02322.7593.8768.04
HexFA61C003D1721435e44
Octal372141300075272503136104
Binary111110101100001110000000111101101111010100001110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA61C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA61C0; }

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

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

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

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

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

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

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

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