Html Css Color HEX #EF65BE Neon Pink

📋 copy color: '#EF65BE'

red 239 ◦ green 101 ◦ blue 190

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

Shades of Neon Pink #EF65BE

Tints of Neon Pink #EF65BE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.06%

 BLUE value IS 190 (74.61% from 255) = 35.85%

R = 45.09%
G = 19.06%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF65BE (or 0xEF65BE) is known color: Neon Pink. HEX triplet: EF, 65 and BE. RGB value is (239,101,190). Sum of RGB (Red+Green+Blue) = 239+101+190=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 101 (39.84% from 255 or 19.06% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EF65BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF65BE is #109A41. Grayscale: #989898. Windows color (decimal): -1088066 or 12477935. OLE color: 12477935.

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

Color convert

RGB 239 101 190 -
CMYK 0 0.58 0.21 0.06
HSL 321.3º 0.81% 0.67% -
HSV(B) 321.3º 0.58% 0.94% -
XYZ 49.54 31.38 52.16 -
YUV 152.41 149.22 189.76 -
System Red Green Blue C M Y K H S L
Decimal 239 101 190 0 0.58 0.21 0.06 321.3 0.81 0.67
Hex EF 65 BE 0 3A 15 6 141 51 43
Octal 357 145 276 0 72 25 6 501 121 103
Binary 11101111 1100101 10111110 0 111010 10101 110 101000001 1010001 1000011

Color Harmonies of #EF65BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF65BE

Black with #EF65BE

Text Example


Text Example

White with #EF65BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF65BE; }

 p { color: rgb(239,101,190); }

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

background-color css

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

 a { background-color: rgb(239,101,190); }

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

border-color css

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

 span { border-color: rgb(239,101,190); }

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