Html Css Color HEX #EF55C0 Neon Pink

📋 copy color: '#EF55C0'

red 239 ◦ green 85 ◦ blue 192

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

Shades of Neon Pink #EF55C0

Tints of Neon Pink #EF55C0

RGB

 RED value IS 239 (93.75% from 255) = 46.32%

 GREEN value IS 85 (33.59% from 255) = 16.47%

 BLUE value IS 192 (75.39% from 255) = 37.21%

R = 46.32%
G = 16.47%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EF55C0 (or 0xEF55C0) is known color: Neon Pink. HEX triplet: EF, 55 and C0. RGB value is (239,85,192). Sum of RGB (Red+Green+Blue) = 239+85+192=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 85 (33.59% from 255 or 16.47% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EF55C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF55C0 is #10AA3F. Grayscale: #8E8E8E. Windows color (decimal): -1092160 or 12604911. OLE color: 12604911.

HSL color Cylindrical-coordinate representation of color #EF55C0: hue angle of 318.31º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF55C0 is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 85 192 -
CMYK 0 0.64 0.20 0.06
HSL 318.31º 0.83% 0.64% -
HSV(B) 318.31º 0.64% 0.94% -
XYZ 48.36 28.65 52.85 -
YUV 143.24 155.52 196.3 -
System Red Green Blue C M Y K H S L
Decimal 239 85 192 0 0.64 0.20 0.06 318.31 0.83 0.64
Hex EF 55 C0 0 40 14 6 13E 53 40
Octal 357 125 300 0 100 24 6 476 123 100
Binary 11101111 1010101 11000000 0 1000000 10100 110 100111110 1010011 1000000

Color Harmonies of #EF55C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF55C0

Black with #EF55C0

Text Example


Text Example

White with #EF55C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF55C0; }

 p { color: rgb(239,85,192); }

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

background-color css

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

 a { background-color: rgb(239,85,192); }

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

border-color css

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

 span { border-color: rgb(239,85,192); }

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