Html Css Color HEX #EF65BF Neon Pink

📋 copy color: '#EF65BF'

red 239 ◦ green 101 ◦ blue 191

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

Shades of Neon Pink #EF65BF

Tints of Neon Pink #EF65BF

RGB

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

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

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

R = 45.01%
G = 19.02%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EF65BF (or 0xEF65BF) is known color: Neon Pink. HEX triplet: EF, 65 and BF. RGB value is (239,101,191). Sum of RGB (Red+Green+Blue) = 239+101+191=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 101 (39.84% from 255 or 19.02% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EF65BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF65BF is #109A40. Grayscale: #989898. Windows color (decimal): -1088065 or 12543471. OLE color: 12543471.

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

Color convert

RGB 239 101 191 -
CMYK 0 0.58 0.20 0.06
HSL 320.87º 0.81% 0.67% -
HSV(B) 320.87º 0.58% 0.94% -
XYZ 49.65 31.42 52.74 -
YUV 152.52 149.72 189.68 -
System Red Green Blue C M Y K H S L
Decimal 239 101 191 0 0.58 0.20 0.06 320.87 0.81 0.67
Hex EF 65 BF 0 3A 14 6 141 51 43
Octal 357 145 277 0 72 24 6 501 121 103
Binary 11101111 1100101 10111111 0 111010 10100 110 101000001 1010001 1000011

Color Harmonies of #EF65BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF65BF

Black with #EF65BF

Text Example


Text Example

White with #EF65BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF65BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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