Html Css Color HEX #EF52BF Neon Pink

📋 copy color: '#EF52BF'

red 239 ◦ green 82 ◦ blue 191

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

Shades of Neon Pink #EF52BF

Tints of Neon Pink #EF52BF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.02%

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

R = 46.68%
G = 16.02%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EF52BF (or 0xEF52BF) is known color: Neon Pink. HEX triplet: EF, 52 and BF. RGB value is (239,82,191). Sum of RGB (Red+Green+Blue) = 239+82+191=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 82 (32.42% from 255 or 16.02% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EF52BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF52BF is #10AD40. Grayscale: #8D8D8D. Windows color (decimal): -1092929 or 12538607. OLE color: 12538607.

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

Color convert

RGB 239 82 191 -
CMYK 0 0.66 0.20 0.06
HSL 318.34º 0.83% 0.63% -
HSV(B) 318.34º 0.66% 0.94% -
XYZ 48.02 28.15 52.19 -
YUV 141.37 156.01 197.64 -
System Red Green Blue C M Y K H S L
Decimal 239 82 191 0 0.66 0.20 0.06 318.34 0.83 0.63
Hex EF 52 BF 0 42 14 6 13E 53 3F
Octal 357 122 277 0 102 24 6 476 123 77
Binary 11101111 1010010 10111111 0 1000010 10100 110 100111110 1010011 111111

Color Harmonies of #EF52BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF52BF

Black with #EF52BF

Text Example


Text Example

White with #EF52BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF52BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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