Html Css Color HEX #FE54CC Neon Pink

📋 copy color: '#FE54CC'

red 254 ◦ green 84 ◦ blue 204

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

Shades of Neon Pink #FE54CC

Tints of Neon Pink #FE54CC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.5%

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

R = 46.86%
G = 15.5%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE54CC (or 0xFE54CC) is known color: Neon Pink. HEX triplet: FE, 54 and CC. RGB value is (254,84,204). Sum of RGB (Red+Green+Blue) = 254+84+204=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 84 (33.20% from 255 or 15.50% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FE54CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE54CC is #01AB33. Grayscale: #949494. Windows color (decimal): -109364 or 13391102. OLE color: 13391102.

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

Color convert

RGB 254 84 204 -
CMYK 0 0.67 0.20 0.00
HSL 317.65º 0.99% 0.66% -
HSV(B) 317.65º 0.67% 1% -
XYZ 54.94 31.77 60.36 -
YUV 148.51 159.32 203.24 -
System Red Green Blue C M Y K H S L
Decimal 254 84 204 0 0.67 0.20 0.00 317.65 0.99 0.66
Hex FE 54 CC 0 43 14 0 13E 63 42
Octal 376 124 314 0 103 24 0 476 143 102
Binary 11111110 1010100 11001100 0 1000011 10100 0 100111110 1100011 1000010

Color Harmonies of #FE54CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE54CC

Black with #FE54CC

Text Example


Text Example

White with #FE54CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE54CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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