Html Css Color HEX #FE54C9 Neon Pink

📋 copy color: '#FE54C9'

red 254 ◦ green 84 ◦ blue 201

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

Shades of Neon Pink #FE54C9

Tints of Neon Pink #FE54C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.29%

R = 47.12%
G = 15.58%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FE54C9 (or 0xFE54C9) is known color: Neon Pink. HEX triplet: FE, 54 and C9. RGB value is (254,84,201). Sum of RGB (Red+Green+Blue) = 254+84+201=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 84 (33.20% from 255 or 15.58% from 539); Blue value is 201 (78.91% from 255 or 37.29% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FE54C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE54C9 is #01AB36. Grayscale: #939393. Windows color (decimal): -109367 or 13194494. OLE color: 13194494.

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

Color convert

RGB 254 84 201 -
CMYK 0 0.67 0.21 0.00
HSL 318.71º 0.99% 0.66% -
HSV(B) 318.71º 0.67% 1% -
XYZ 54.59 31.63 58.49 -
YUV 148.17 157.82 203.49 -
System Red Green Blue C M Y K H S L
Decimal 254 84 201 0 0.67 0.21 0.00 318.71 0.99 0.66
Hex FE 54 C9 0 43 15 0 13F 63 42
Octal 376 124 311 0 103 25 0 477 143 102
Binary 11111110 1010100 11001001 0 1000011 10101 0 100111111 1100011 1000010

Color Harmonies of #FE54C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE54C9

Black with #FE54C9

Text Example


Text Example

White with #FE54C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE54C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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