Html Css Color HEX #EF61BD Neon Pink

📋 copy color: '#EF61BD'

red 239 ◦ green 97 ◦ blue 189

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

Shades of Neon Pink #EF61BD

Tints of Neon Pink #EF61BD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.48%

 BLUE value IS 189 (74.22% from 255) = 36%

R = 45.52%
G = 18.48%
B = 36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF61BD (or 0xEF61BD) is known color: Neon Pink. HEX triplet: EF, 61 and BD. RGB value is (239,97,189). Sum of RGB (Red+Green+Blue) = 239+97+189=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 97 (38.28% from 255 or 18.48% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EF61BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF61BD is #109E42. Grayscale: #959595. Windows color (decimal): -1089091 or 12411375. OLE color: 12411375.

HSL color Cylindrical-coordinate representation of color #EF61BD: hue angle of 321.13º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF61BD is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 97 189 -
CMYK 0 0.59 0.21 0.06
HSL 321.13º 0.82% 0.66% -
HSV(B) 321.13º 0.59% 0.94% -
XYZ 49.06 30.57 51.46 -
YUV 149.95 150.04 191.52 -
System Red Green Blue C M Y K H S L
Decimal 239 97 189 0 0.59 0.21 0.06 321.13 0.82 0.66
Hex EF 61 BD 0 3B 15 6 141 52 42
Octal 357 141 275 0 73 25 6 501 122 102
Binary 11101111 1100001 10111101 0 111011 10101 110 101000001 1010010 1000010

Color Harmonies of #EF61BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF61BD

Black with #EF61BD

Text Example


Text Example

White with #EF61BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF61BD; }

 p { color: rgb(239,97,189); }

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

background-color css

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

 a { background-color: rgb(239,97,189); }

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

border-color css

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

 span { border-color: rgb(239,97,189); }

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