Html Css Color HEX #FA5EC2 Neon Pink

📋 copy color: '#FA5EC2'

red 250 ◦ green 94 ◦ blue 194

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

Shades of Neon Pink #FA5EC2

Tints of Neon Pink #FA5EC2

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.47%

 BLUE value IS 194 (76.17% from 255) = 36.06%

R = 46.47%
G = 17.47%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FA5EC2 (or 0xFA5EC2) is known color: Neon Pink. HEX triplet: FA, 5E and C2. RGB value is (250,94,194). Sum of RGB (Red+Green+Blue) = 250+94+194=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 94 (37.11% from 255 or 17.47% from 538); Blue value is 194 (76.17% from 255 or 36.06% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5EC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5EC2 is #05A13D. Grayscale: #979797. Windows color (decimal): -368958 or 12738298. OLE color: 12738298.

HSL color Cylindrical-coordinate representation of color #FA5EC2: hue angle of 321.54º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA5EC2 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 94 194 -
CMYK 0 0.62 0.22 0.02
HSL 321.54º 0.94% 0.67% -
HSV(B) 321.54º 0.62% 0.98% -
XYZ 53.16 32.22 54.46 -
YUV 152.04 151.68 197.87 -
System Red Green Blue C M Y K H S L
Decimal 250 94 194 0 0.62 0.22 0.02 321.54 0.94 0.67
Hex FA 5E C2 0 3E 16 2 142 5E 43
Octal 372 136 302 0 76 26 2 502 136 103
Binary 11111010 1011110 11000010 0 111110 10110 10 101000010 1011110 1000011

Color Harmonies of #FA5EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5EC2

Black with #FA5EC2

Text Example


Text Example

White with #FA5EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5EC2; }

 p { color: rgb(250,94,194); }

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

background-color css

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

 a { background-color: rgb(250,94,194); }

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

border-color css

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

 span { border-color: rgb(250,94,194); }

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