#FA5BC3

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

Shades of Neon Pink #FA5BC3

Tints of Neon Pink #FA5BC3

Color information

#FA5BC3 (or 0xFA5BC3) is unknown color: approx Neon Pink. HEX triplet: FA, 5B and C3. RGB value is (250,91,195). Sum of RGB (Red+Green+Blue) = 250+91+195=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 91 (35.94% from 255 or 16.98% from 536); Blue value is 195 (76.56% from 255 or 36.38% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5BC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5BC3 is #05A43C. Grayscale: #969696. Windows color (decimal): -369725 or 12803066. OLE color: 12803066.

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

Color convert

RGB25091195-
CMYK00.640.220.02
HSL320.75º94.08%66.86%-
HSV(B)320.75º63.6%98.04%-
XYZ53.0231.7554.96-
YUV150.4153.18199.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.64%
GREEN value IS 91 (35.94% from 255) = 16.98%
BLUE value IS 195 (76.56% from 255) = 36.38%
R=46.64%
G=16.98%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509119500.640.220.02320.7594.0866.86
HexFA5BC30401621415e43
Octal3721333030100262501136103
Binary1111101010110111100001101000000101101010100000110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5BC3; }

 p { color: rgb(250,91,195); }

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

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

 a { background-color: rgb(250,91,195); }

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

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

 span { border-color: rgb(250,91,195); }

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