#FA5BD4

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

Shades of Neon Pink #FA5BD4

Tints of Neon Pink #FA5BD4

Color information

#FA5BD4 (or 0xFA5BD4) is unknown color: approx Neon Pink. HEX triplet: FA, 5B and D4. RGB value is (250,91,212). Sum of RGB (Red+Green+Blue) = 250+91+212=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 91 (35.94% from 255 or 16.46% from 553); Blue value is 212 (83.20% from 255 or 38.34% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5BD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5BD4 is #05A42B. Grayscale: #989898. Windows color (decimal): -369708 or 13917178. OLE color: 13917178.

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

Color convert

RGB25091212-
CMYK00.640.150.02
HSL314.34º94.08%66.86%-
HSV(B)314.34º63.6%98.04%-
XYZ55.0532.5665.67-
YUV152.34161.68197.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.21%
GREEN value IS 91 (35.94% from 255) = 16.46%
BLUE value IS 212 (83.20% from 255) = 38.34%
R=45.21%
G=16.46%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509121200.640.150.02314.3494.0866.86
HexFA5BD4040F213a5e43
Octal3721333240100172472136103
Binary111110101011011110101000100000011111010011101010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5BD4; }

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

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

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

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

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

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

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

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