#FA70D4

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

Shades of Neon Pink #FA70D4

Tints of Neon Pink #FA70D4

Color information

#FA70D4 (or 0xFA70D4) is unknown color: approx Neon Pink. HEX triplet: FA, 70 and D4. RGB value is (250,112,212). Sum of RGB (Red+Green+Blue) = 250+112+212=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 112 (44.14% from 255 or 19.51% from 574); Blue value is 212 (83.20% from 255 or 36.93% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FA70D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA70D4 is #058F2B. Grayscale: #A4A4A4. Windows color (decimal): -364332 or 13922554. OLE color: 13922554.

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

Color convert

RGB250112212-
CMYK00.550.150.02
HSL316.52º93.24%70.98%-
HSV(B)316.52º55.2%98.04%-
XYZ57.136.6766.35-
YUV164.66154.72188.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.55%
GREEN value IS 112 (44.14% from 255) = 19.51%
BLUE value IS 212 (83.20% from 255) = 36.93%
R=43.55%
G=19.51%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011221200.550.150.02316.5293.2470.98
HexFA70D4037F213d5d47
Octal372160324067172475135107
Binary11111010111000011010100011011111111010011110110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA70D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA70D4; }

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

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

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

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

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

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

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

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