Html Css Color HEX #FA5ECE Neon Pink

📋 copy color: '#FA5ECE'

red 250 ◦ green 94 ◦ blue 206

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

Shades of Neon Pink #FA5ECE

Tints of Neon Pink #FA5ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.45%

R = 45.45%
G = 17.09%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA5ECE (or 0xFA5ECE) is known color: Neon Pink. HEX triplet: FA, 5E and CE. RGB value is (250,94,206). Sum of RGB (Red+Green+Blue) = 250+94+206=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 94 (37.11% from 255 or 17.09% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5ECE is #05A131. Grayscale: #999999. Windows color (decimal): -368946 or 13524730. OLE color: 13524730.

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

Color convert

RGB 250 94 206 -
CMYK 0 0.62 0.18 0.02
HSL 316.92º 0.94% 0.67% -
HSV(B) 316.92º 0.62% 0.98% -
XYZ 54.57 32.79 61.84 -
YUV 153.41 157.68 196.89 -
System Red Green Blue C M Y K H S L
Decimal 250 94 206 0 0.62 0.18 0.02 316.92 0.94 0.67
Hex FA 5E CE 0 3E 12 2 13D 5E 43
Octal 372 136 316 0 76 22 2 475 136 103
Binary 11111010 1011110 11001110 0 111110 10010 10 100111101 1011110 1000011

Color Harmonies of #FA5ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5ECE

Black with #FA5ECE

Text Example


Text Example

White with #FA5ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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