Html Css Color HEX #FE5ACE Neon Pink

📋 copy color: '#FE5ACE'

red 254 ◦ green 90 ◦ blue 206

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

Shades of Neon Pink #FE5ACE

Tints of Neon Pink #FE5ACE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.36%

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

R = 46.18%
G = 16.36%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE5ACE (or 0xFE5ACE) is known color: Neon Pink. HEX triplet: FE, 5A and CE. RGB value is (254,90,206). Sum of RGB (Red+Green+Blue) = 254+90+206=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 90 (35.55% from 255 or 16.36% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5ACE is #01A531. Grayscale: #979797. Windows color (decimal): -107826 or 13523710. OLE color: 13523710.

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

Color convert

RGB 254 90 206 -
CMYK 0 0.65 0.19 0.00
HSL 317.56º 0.99% 0.67% -
HSV(B) 317.56º 0.65% 1% -
XYZ 55.67 32.84 61.8 -
YUV 152.26 158.33 200.57 -
System Red Green Blue C M Y K H S L
Decimal 254 90 206 0 0.65 0.19 0.00 317.56 0.99 0.67
Hex FE 5A CE 0 41 13 0 13E 63 43
Octal 376 132 316 0 101 23 0 476 143 103
Binary 11111110 1011010 11001110 0 1000001 10011 0 100111110 1100011 1000011

Color Harmonies of #FE5ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5ACE

Black with #FE5ACE

Text Example


Text Example

White with #FE5ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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