#FA5DD3

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

Shades of Neon Pink #FA5DD3

Tints of Neon Pink #FA5DD3

Color information

#FA5DD3 (or 0xFA5DD3) is unknown color: approx Neon Pink. HEX triplet: FA, 5D and D3. RGB value is (250,93,211). Sum of RGB (Red+Green+Blue) = 250+93+211=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 93 (36.72% from 255 or 16.79% from 554); Blue value is 211 (82.81% from 255 or 38.09% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5DD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5DD3 is #05A22C. Grayscale: #999999. Windows color (decimal): -369197 or 13852154. OLE color: 13852154.

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

Color convert

RGB25093211-
CMYK00.630.160.02
HSL314.9º94.01%67.25%-
HSV(B)314.9º62.8%98.04%-
XYZ55.132.8665.07-
YUV153.4160.51196.91-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.13%
GREEN value IS 93 (36.72% from 255) = 16.79%
BLUE value IS 211 (82.81% from 255) = 38.09%
R=45.13%
G=16.79%
B=38.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509321100.630.160.02314.994.0167.25
HexFA5DD303F10213b5e43
Octal372135323077202473136103
Binary111110101011101110100110111111100001010011101110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5DD3; }

 p { color: rgb(250,93,211); }

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

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

 a { background-color: rgb(250,93,211); }

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

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

 span { border-color: rgb(250,93,211); }

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