Html Css Color HEX #FA6ED1 Neon Pink

📋 copy color: '#FA6ED1'

red 250 ◦ green 110 ◦ blue 209

#FA6ED1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Pink #FA6ED1

Tints of Neon Pink #FA6ED1

RGB

 RED value IS 250 (98.05% from 255) = 43.94%

 GREEN value IS 110 (43.36% from 255) = 19.33%

 BLUE value IS 209 (82.03% from 255) = 36.73%

R = 43.94%
G = 19.33%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FA6ED1 (or 0xFA6ED1) is known color: Neon Pink. HEX triplet: FA, 6E and D1. RGB value is (250,110,209). Sum of RGB (Red+Green+Blue) = 250+110+209=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 110 (43.36% from 255 or 19.33% from 569); Blue value is 209 (82.03% from 255 or 36.73% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6ED1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6ED1 is #05912E. Grayscale: #A2A2A2. Windows color (decimal): -364847 or 13725434. OLE color: 13725434.

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

Color convert

RGB 250 110 209 -
CMYK 0 0.56 0.16 0.02
HSL 317.57º 0.93% 0.71% -
HSV(B) 317.57º 0.56% 0.98% -
XYZ 56.51 36.08 64.31 -
YUV 163.15 153.88 189.95 -
System Red Green Blue C M Y K H S L
Decimal 250 110 209 0 0.56 0.16 0.02 317.57 0.93 0.71
Hex FA 6E D1 0 38 10 2 13E 5D 47
Octal 372 156 321 0 70 20 2 476 135 107
Binary 11111010 1101110 11010001 0 111000 10000 10 100111110 1011101 1000111

Color Harmonies of #FA6ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6ED1

Black with #FA6ED1

Text Example


Text Example

White with #FA6ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6ED1; }

 p { color: rgb(250,110,209); }

 H1.HeaderClassName
 {
   color: #FA6ED1;
 }
 .AnyTagClassName
 {
   color: #FA6ED1;
 }
</style>

background-color css

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

 a { background-color: rgb(250,110,209); }

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

border-color css

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

 span { border-color: rgb(250,110,209); }

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