Html Css Color HEX #EF6BCA Neon Pink

📋 copy color: '#EF6BCA'

red 239 ◦ green 107 ◦ blue 202

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

Shades of Neon Pink #EF6BCA

Tints of Neon Pink #EF6BCA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.53%

 BLUE value IS 202 (79.3% from 255) = 36.86%

R = 43.61%
G = 19.53%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF6BCA (or 0xEF6BCA) is known color: Neon Pink. HEX triplet: EF, 6B and CA. RGB value is (239,107,202). Sum of RGB (Red+Green+Blue) = 239+107+202=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 107 (42.19% from 255 or 19.53% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6BCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6BCA is #109435. Grayscale: #9D9D9D. Windows color (decimal): -1086518 or 13265903. OLE color: 13265903.

HSL color Cylindrical-coordinate representation of color #EF6BCA: hue angle of 316.82º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EF6BCA is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 107 202 -
CMYK 0 0.55 0.15 0.06
HSL 316.82º 0.8% 0.68% -
HSV(B) 316.82º 0.55% 0.94% -
XYZ 51.51 33.13 59.56 -
YUV 157.3 153.23 186.28 -
System Red Green Blue C M Y K H S L
Decimal 239 107 202 0 0.55 0.15 0.06 316.82 0.8 0.68
Hex EF 6B CA 0 37 F 6 13D 50 44
Octal 357 153 312 0 67 17 6 475 120 104
Binary 11101111 1101011 11001010 0 110111 1111 110 100111101 1010000 1000100

Color Harmonies of #EF6BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6BCA

Black with #EF6BCA

Text Example


Text Example

White with #EF6BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6BCA; }

 p { color: rgb(239,107,202); }

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

background-color css

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

 a { background-color: rgb(239,107,202); }

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

border-color css

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

 span { border-color: rgb(239,107,202); }

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