Html Css Color HEX #EF70CB Neon Pink

📋 copy color: '#EF70CB'

red 239 ◦ green 112 ◦ blue 203

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

Shades of Neon Pink #EF70CB

Tints of Neon Pink #EF70CB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.22%

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

R = 43.14%
G = 20.22%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF70CB (or 0xEF70CB) is known color: Neon Pink. HEX triplet: EF, 70 and CB. RGB value is (239,112,203). Sum of RGB (Red+Green+Blue) = 239+112+203=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 112 (44.14% from 255 or 20.22% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EF70CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF70CB is #108F34. Grayscale: #A0A0A0. Windows color (decimal): -1085237 or 13332719. OLE color: 13332719.

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

Color convert

RGB 239 112 203 -
CMYK 0 0.53 0.15 0.06
HSL 317.01º 0.8% 0.69% -
HSV(B) 317.01º 0.53% 0.94% -
XYZ 52.17 34.25 60.36 -
YUV 160.35 152.08 184.1 -
System Red Green Blue C M Y K H S L
Decimal 239 112 203 0 0.53 0.15 0.06 317.01 0.8 0.69
Hex EF 70 CB 0 35 F 6 13D 50 45
Octal 357 160 313 0 65 17 6 475 120 105
Binary 11101111 1110000 11001011 0 110101 1111 110 100111101 1010000 1000101

Color Harmonies of #EF70CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF70CB

Black with #EF70CB

Text Example


Text Example

White with #EF70CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF70CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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