#FA70D2

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

Shades of Neon Pink #FA70D2

Tints of Neon Pink #FA70D2

Color information

#FA70D2 (or 0xFA70D2) is unknown color: approx Neon Pink. HEX triplet: FA, 70 and D2. RGB value is (250,112,210). Sum of RGB (Red+Green+Blue) = 250+112+210=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 112 (44.14% from 255 or 19.58% from 572); Blue value is 210 (82.42% from 255 or 36.71% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FA70D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA70D2 is #058F2D. Grayscale: #A4A4A4. Windows color (decimal): -364334 or 13791482. OLE color: 13791482.

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

Color convert

RGB250112210-
CMYK00.550.160.02
HSL317.39º93.24%70.98%-
HSV(B)317.39º55.2%98.04%-
XYZ56.8536.5765.03-
YUV164.43153.72189.03-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.71%
GREEN value IS 112 (44.14% from 255) = 19.58%
BLUE value IS 210 (82.42% from 255) = 36.71%
R=43.71%
G=19.58%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011221000.550.160.02317.3993.2470.98
HexFA70D203710213d5d47
Octal372160322067202475135107
Binary111110101110000110100100110111100001010011110110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA70D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA70D2; }

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

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

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

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

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

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

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

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