Html Css Color HEX #FE5ACC Neon Pink

📋 copy color: '#FE5ACC'

red 254 ◦ green 90 ◦ blue 204

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

Shades of Neon Pink #FE5ACC

Tints of Neon Pink #FE5ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.23%

R = 46.35%
G = 16.42%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE5ACC (or 0xFE5ACC) is known color: Neon Pink. HEX triplet: FE, 5A and CC. RGB value is (254,90,204). Sum of RGB (Red+Green+Blue) = 254+90+204=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 90 (35.55% from 255 or 16.42% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5ACC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5ACC is #01A533. Grayscale: #979797. Windows color (decimal): -107828 or 13392638. OLE color: 13392638.

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

Color convert

RGB 254 90 204 -
CMYK 0 0.65 0.20 0.00
HSL 318.29º 0.99% 0.67% -
HSV(B) 318.29º 0.65% 1% -
XYZ 55.43 32.74 60.53 -
YUV 152.03 157.33 200.73 -
System Red Green Blue C M Y K H S L
Decimal 254 90 204 0 0.65 0.20 0.00 318.29 0.99 0.67
Hex FE 5A CC 0 41 14 0 13E 63 43
Octal 376 132 314 0 101 24 0 476 143 103
Binary 11111110 1011010 11001100 0 1000001 10100 0 100111110 1100011 1000011

Color Harmonies of #FE5ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5ACC

Black with #FE5ACC

Text Example


Text Example

White with #FE5ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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