Html Css Color HEX #FE5ECA Neon Pink

📋 copy color: '#FE5ECA'

red 254 ◦ green 94 ◦ blue 202

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

Shades of Neon Pink #FE5ECA

Tints of Neon Pink #FE5ECA

RGB

 RED value IS 254 (99.61% from 255) = 46.18%

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

 BLUE value IS 202 (79.3% from 255) = 36.73%

R = 46.18%
G = 17.09%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE5ECA (or 0xFE5ECA) is known color: Neon Pink. HEX triplet: FE, 5E and CA. RGB value is (254,94,202). Sum of RGB (Red+Green+Blue) = 254+94+202=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 94 (37.11% from 255 or 17.09% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5ECA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5ECA is #01A135. Grayscale: #999999. Windows color (decimal): -106806 or 13262590. OLE color: 13262590.

HSL color Cylindrical-coordinate representation of color #FE5ECA: hue angle of 319.5º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FE5ECA is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 94 202 -
CMYK 0 0.63 0.20 0.00
HSL 319.5º 0.99% 0.68% -
HSV(B) 319.5º 0.63% 1% -
XYZ 55.54 33.34 59.39 -
YUV 154.15 155.01 199.22 -
System Red Green Blue C M Y K H S L
Decimal 254 94 202 0 0.63 0.20 0.00 319.5 0.99 0.68
Hex FE 5E CA 0 3F 14 0 140 63 44
Octal 376 136 312 0 77 24 0 500 143 104
Binary 11111110 1011110 11001010 0 111111 10100 0 101000000 1100011 1000100

Color Harmonies of #FE5ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5ECA

Black with #FE5ECA

Text Example


Text Example

White with #FE5ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5ECA; }

 p { color: rgb(254,94,202); }

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

background-color css

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

 a { background-color: rgb(254,94,202); }

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

border-color css

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

 span { border-color: rgb(254,94,202); }

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