Html Css Color HEX #FE54D0 Neon Pink

📋 copy color: '#FE54D0'

red 254 ◦ green 84 ◦ blue 208

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

Shades of Neon Pink #FE54D0

Tints of Neon Pink #FE54D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.1%

R = 46.52%
G = 15.38%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FE54D0 (or 0xFE54D0) is known color: Neon Pink. HEX triplet: FE, 54 and D0. RGB value is (254,84,208). Sum of RGB (Red+Green+Blue) = 254+84+208=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 84 (33.20% from 255 or 15.38% from 546); Blue value is 208 (81.64% from 255 or 38.10% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FE54D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE54D0 is #01AB2F. Grayscale: #949494. Windows color (decimal): -109360 or 13653246. OLE color: 13653246.

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

Color convert

RGB 254 84 208 -
CMYK 0 0.67 0.18 0.00
HSL 316.24º 0.99% 0.66% -
HSV(B) 316.24º 0.67% 1% -
XYZ 55.43 31.97 62.92 -
YUV 148.97 161.32 202.92 -
System Red Green Blue C M Y K H S L
Decimal 254 84 208 0 0.67 0.18 0.00 316.24 0.99 0.66
Hex FE 54 D0 0 43 12 0 13C 63 42
Octal 376 124 320 0 103 22 0 474 143 102
Binary 11111110 1010100 11010000 0 1000011 10010 0 100111100 1100011 1000010

Color Harmonies of #FE54D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE54D0

Black with #FE54D0

Text Example


Text Example

White with #FE54D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE54D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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