Html Css Color HEX #2E3EEE Neon Blue

📋 copy color: '#2E3EEE'

red 46 ◦ green 62 ◦ blue 238

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

Shades of Neon Blue #2E3EEE

Tints of Neon Blue #2E3EEE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.92%

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

R = 13.29%
G = 17.92%
B = 68.79%

CMYK

 C value IS 0.81

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2E3EEE (or 0x2E3EEE) is known color: Neon Blue. HEX triplet: 2E, 3E and EE. RGB value is (46,62,238). Sum of RGB (Red+Green+Blue) = 46+62+238=346 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.29% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 238 (93.36% from 255 or 68.79% from 346); Max value from RGB is 238 - color contains mainly: blue. Hex color #2E3EEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E3EEE is #D1C111. Grayscale: #4C4C4C. Windows color (decimal): -13746450 or 15613486. OLE color: 15613486.

HSL color Cylindrical-coordinate representation of color #2E3EEE: hue angle of 235º 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 #2E3EEE is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 62 238 -
CMYK 0.81 0.74 0 0.07
HSL 235º 0.85% 0.56% -
HSV(B) 235º 0.81% 0.93% -
XYZ 18.28 10.2 81.89 -
YUV 77.28 218.7 105.69 -
System Red Green Blue C M Y K H S L
Decimal 46 62 238 0.81 0.74 0 0.07 235 0.85 0.56
Hex 2E 3E EE 51 4A 0 7 EB 55 38
Octal 56 76 356 121 112 0 7 353 125 70
Binary 101110 111110 11101110 1010001 1001010 0 111 11101011 1010101 111000

Color Harmonies of #2E3EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3EEE

Black with #2E3EEE

Text Example


Text Example

White with #2E3EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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