Html Css Color HEX #EE54BF Neon Pink

📋 copy color: '#EE54BF'

red 238 ◦ green 84 ◦ blue 191

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

Shades of Neon Pink #EE54BF

Tints of Neon Pink #EE54BF

RGB

 RED value IS 238 (93.36% from 255) = 46.39%

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

 BLUE value IS 191 (75% from 255) = 37.23%

R = 46.39%
G = 16.37%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EE54BF (or 0xEE54BF) is known color: Neon Pink. HEX triplet: EE, 54 and BF. RGB value is (238,84,191). Sum of RGB (Red+Green+Blue) = 238+84+191=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 84 (33.20% from 255 or 16.37% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 238 - color contains mainly: red. Hex color #EE54BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE54BF is #11AB40. Grayscale: #8D8D8D. Windows color (decimal): -1157953 or 12539118. OLE color: 12539118.

HSL color Cylindrical-coordinate representation of color #EE54BF: hue angle of 318.31º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EE54BF is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 84 191 -
CMYK 0 0.65 0.20 0.07
HSL 318.31º 0.82% 0.63% -
HSV(B) 318.31º 0.65% 0.93% -
XYZ 47.83 28.28 52.23 -
YUV 142.24 155.52 196.3 -
System Red Green Blue C M Y K H S L
Decimal 238 84 191 0 0.65 0.20 0.07 318.31 0.82 0.63
Hex EE 54 BF 0 41 14 7 13E 52 3F
Octal 356 124 277 0 101 24 7 476 122 77
Binary 11101110 1010100 10111111 0 1000001 10100 111 100111110 1010010 111111

Color Harmonies of #EE54BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE54BF

Black with #EE54BF

Text Example


Text Example

White with #EE54BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE54BF; }

 p { color: rgb(238,84,191); }

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

background-color css

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

 a { background-color: rgb(238,84,191); }

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

border-color css

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

 span { border-color: rgb(238,84,191); }

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