Html Css Color HEX #2E43EE Neon Blue

📋 copy color: '#2E43EE'

red 46 ◦ green 67 ◦ blue 238

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

Shades of Neon Blue #2E43EE

Tints of Neon Blue #2E43EE

RGB

 RED value IS 46 (18.36% from 255) = 13.11%

 GREEN value IS 67 (26.56% from 255) = 19.09%

 BLUE value IS 238 (93.36% from 255) = 67.81%

R = 13.11%
G = 19.09%
B = 67.81%

CMYK

 C value IS 0.81

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2E43EE (or 0x2E43EE) is known color: Neon Blue. HEX triplet: 2E, 43 and EE. RGB value is (46,67,238). Sum of RGB (Red+Green+Blue) = 46+67+238=351 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.11% from 351); Green value is 67 (26.56% from 255 or 19.09% from 351); Blue value is 238 (93.36% from 255 or 67.81% from 351); Max value from RGB is 238 - color contains mainly: blue. Hex color #2E43EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E43EE is #D1BC11. Grayscale: #4F4F4F. Windows color (decimal): -13745170 or 15614766. OLE color: 15614766.

HSL color Cylindrical-coordinate representation of color #2E43EE: hue angle of 233.44º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E43EE is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 67 238 -
CMYK 0.81 0.72 0 0.07
HSL 233.44º 0.85% 0.56% -
HSV(B) 233.44º 0.81% 0.93% -
XYZ 18.57 10.77 81.99 -
YUV 80.22 217.04 103.6 -
System Red Green Blue C M Y K H S L
Decimal 46 67 238 0.81 0.72 0 0.07 233.44 0.85 0.56
Hex 2E 43 EE 51 48 0 7 E9 55 38
Octal 56 103 356 121 110 0 7 351 125 70
Binary 101110 1000011 11101110 1010001 1001000 0 111 11101001 1010101 111000

Color Harmonies of #2E43EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E43EE

Black with #2E43EE

Text Example


Text Example

White with #2E43EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E43EE; }

 p { color: rgb(46,67,238); }

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

background-color css

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

 a { background-color: rgb(46,67,238); }

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

border-color css

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

 span { border-color: rgb(46,67,238); }

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