#FA5DD2

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

Shades of Neon Pink #FA5DD2

Tints of Neon Pink #FA5DD2

Color information

#FA5DD2 (or 0xFA5DD2) is unknown color: approx Neon Pink. HEX triplet: FA, 5D and D2. RGB value is (250,93,210). Sum of RGB (Red+Green+Blue) = 250+93+210=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 93 (36.72% from 255 or 16.82% from 553); Blue value is 210 (82.42% from 255 or 37.97% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5DD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5DD2 is #05A22D. Grayscale: #989898. Windows color (decimal): -369198 or 13786618. OLE color: 13786618.

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

Color convert

RGB25093210-
CMYK00.630.160.02
HSL315.29º94.01%67.25%-
HSV(B)315.29º62.8%98.04%-
XYZ54.9732.8164.41-
YUV153.28160.01196.99-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.21%
GREEN value IS 93 (36.72% from 255) = 16.82%
BLUE value IS 210 (82.42% from 255) = 37.97%
R=45.21%
G=16.82%
B=37.97%

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
Decimal2509321000.630.160.02315.2994.0167.25
HexFA5DD203F10213b5e43
Octal372135322077202473136103
Binary111110101011101110100100111111100001010011101110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5DD2; }

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

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

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

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

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

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

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

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