#FA5ABF

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

Shades of Neon Pink #FA5ABF

Tints of Neon Pink #FA5ABF

Color information

#FA5ABF (or 0xFA5ABF) is unknown color: approx Neon Pink. HEX triplet: FA, 5A and BF. RGB value is (250,90,191). Sum of RGB (Red+Green+Blue) = 250+90+191=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 90 (35.55% from 255 or 16.95% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5ABF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5ABF is #05A540. Grayscale: #959595. Windows color (decimal): -369985 or 12540666. OLE color: 12540666.

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

Color convert

RGB25090191-
CMYK00.640.240.02
HSL322.12º94.12%66.67%-
HSV(B)322.12º64%98.04%-
XYZ52.4831.452.58-
YUV149.35151.51199.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.08%
GREEN value IS 90 (35.55% from 255) = 16.95%
BLUE value IS 191 (75% from 255) = 35.97%
R=47.08%
G=16.95%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509019100.640.240.02322.1294.1266.67
HexFA5ABF0401821425e43
Octal3721322770100302502136103
Binary1111101010110101011111101000000110001010100001010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5ABF; }

 p { color: rgb(250,90,191); }

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

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

 a { background-color: rgb(250,90,191); }

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

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

 span { border-color: rgb(250,90,191); }

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