#FA6DD4

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

Shades of Neon Pink #FA6DD4

Tints of Neon Pink #FA6DD4

Color information

#FA6DD4 (or 0xFA6DD4) is unknown color: approx Neon Pink. HEX triplet: FA, 6D and D4. RGB value is (250,109,212). Sum of RGB (Red+Green+Blue) = 250+109+212=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 109 (42.97% from 255 or 19.09% from 571); Blue value is 212 (83.20% from 255 or 37.13% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6DD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6DD4 is #05922B. Grayscale: #A2A2A2. Windows color (decimal): -365100 or 13921786. OLE color: 13921786.

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

Color convert

RGB250109212-
CMYK00.560.150.02
HSL316.17º93.38%70.39%-
HSV(B)316.17º56.4%98.04%-
XYZ56.7836.0166.25-
YUV162.9155.71190.12-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.78%
GREEN value IS 109 (42.97% from 255) = 19.09%
BLUE value IS 212 (83.20% from 255) = 37.13%
R=43.78%
G=19.09%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010921200.560.150.02316.1793.3870.39
HexFA6DD4038F213c5d46
Octal372155324070172474135106
Binary11111010110110111010100011100011111010011110010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6DD4; }

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

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

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

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

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

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

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

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