Html Css Color HEX #EF65BD Neon Pink

📋 copy color: '#EF65BD'

red 239 ◦ green 101 ◦ blue 189

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

Shades of Neon Pink #EF65BD

Tints of Neon Pink #EF65BD

RGB

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

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

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

R = 45.18%
G = 19.09%
B = 35.73%

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

#EF65BD (or 0xEF65BD) is known color: Neon Pink. HEX triplet: EF, 65 and BD. RGB value is (239,101,189). Sum of RGB (Red+Green+Blue) = 239+101+189=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 101 (39.84% from 255 or 19.09% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EF65BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF65BD is #109A42. Grayscale: #989898. Windows color (decimal): -1088067 or 12412399. OLE color: 12412399.

HSL color Cylindrical-coordinate representation of color #EF65BD: hue angle of 321.74º 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 #EF65BD is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 101 189 -
CMYK 0 0.58 0.21 0.06
HSL 321.74º 0.81% 0.67% -
HSV(B) 321.74º 0.58% 0.94% -
XYZ 49.44 31.33 51.59 -
YUV 152.29 148.72 189.84 -
System Red Green Blue C M Y K H S L
Decimal 239 101 189 0 0.58 0.21 0.06 321.74 0.81 0.67
Hex EF 65 BD 0 3A 15 6 142 51 43
Octal 357 145 275 0 72 25 6 502 121 103
Binary 11101111 1100101 10111101 0 111010 10101 110 101000010 1010001 1000011

Color Harmonies of #EF65BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF65BD

Black with #EF65BD

Text Example


Text Example

White with #EF65BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF65BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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