Html Css Color HEX #FE5ECE Neon Pink

📋 copy color: '#FE5ECE'

red 254 ◦ green 94 ◦ blue 206

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

Shades of Neon Pink #FE5ECE

Tints of Neon Pink #FE5ECE

RGB

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

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

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

R = 45.85%
G = 16.97%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE5ECE (or 0xFE5ECE) is known color: Neon Pink. HEX triplet: FE, 5E and CE. RGB value is (254,94,206). Sum of RGB (Red+Green+Blue) = 254+94+206=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 94 (37.11% from 255 or 16.97% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5ECE is #01A131. Grayscale: #9A9A9A. Windows color (decimal): -106802 or 13524734. OLE color: 13524734.

HSL color Cylindrical-coordinate representation of color #FE5ECE: hue angle of 318º 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 #FE5ECE is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 94 206 -
CMYK 0 0.63 0.19 0.00
HSL 318º 0.99% 0.68% -
HSV(B) 318º 0.63% 1% -
XYZ 56.02 33.53 61.91 -
YUV 154.61 157.01 198.89 -
System Red Green Blue C M Y K H S L
Decimal 254 94 206 0 0.63 0.19 0.00 318 0.99 0.68
Hex FE 5E CE 0 3F 13 0 13E 63 44
Octal 376 136 316 0 77 23 0 476 143 104
Binary 11111110 1011110 11001110 0 111111 10011 0 100111110 1100011 1000100

Color Harmonies of #FE5ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5ECE

Black with #FE5ECE

Text Example


Text Example

White with #FE5ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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