Html Css Color HEX #EF68CB Neon Pink

📋 copy color: '#EF68CB'

red 239 ◦ green 104 ◦ blue 203

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

Shades of Neon Pink #EF68CB

Tints of Neon Pink #EF68CB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.05%

 BLUE value IS 203 (79.69% from 255) = 37.18%

R = 43.77%
G = 19.05%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF68CB (or 0xEF68CB) is known color: Neon Pink. HEX triplet: EF, 68 and CB. RGB value is (239,104,203). Sum of RGB (Red+Green+Blue) = 239+104+203=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 104 (41.02% from 255 or 19.05% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EF68CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF68CB is #109734. Grayscale: #9B9B9B. Windows color (decimal): -1087285 or 13330671. OLE color: 13330671.

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

Color convert

RGB 239 104 203 -
CMYK 0 0.56 0.15 0.06
HSL 316º 0.81% 0.67% -
HSV(B) 316º 0.56% 0.94% -
XYZ 51.33 32.56 60.08 -
YUV 155.65 154.73 187.45 -
System Red Green Blue C M Y K H S L
Decimal 239 104 203 0 0.56 0.15 0.06 316 0.81 0.67
Hex EF 68 CB 0 38 F 6 13C 51 43
Octal 357 150 313 0 70 17 6 474 121 103
Binary 11101111 1101000 11001011 0 111000 1111 110 100111100 1010001 1000011

Color Harmonies of #EF68CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF68CB

Black with #EF68CB

Text Example


Text Example

White with #EF68CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF68CB; }

 p { color: rgb(239,104,203); }

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

background-color css

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

 a { background-color: rgb(239,104,203); }

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

border-color css

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

 span { border-color: rgb(239,104,203); }

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