Html Css Color HEX #2E3CEA Neon Blue

📋 copy color: '#2E3CEA'

red 46 ◦ green 60 ◦ blue 234

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

Shades of Neon Blue #2E3CEA

Tints of Neon Blue #2E3CEA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.65%

 BLUE value IS 234 (91.8% from 255) = 68.82%

R = 13.53%
G = 17.65%
B = 68.82%

CMYK

 C value IS 0.80

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2E3CEA (or 0x2E3CEA) is known color: Neon Blue. HEX triplet: 2E, 3C and EA. RGB value is (46,60,234). Sum of RGB (Red+Green+Blue) = 46+60+234=340 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.53% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 234 (91.80% from 255 or 68.82% from 340); Max value from RGB is 234 - color contains mainly: blue. Hex color #2E3CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E3CEA is #D1C315. Grayscale: #4A4A4A. Windows color (decimal): -13746966 or 15350830. OLE color: 15350830.

HSL color Cylindrical-coordinate representation of color #2E3CEA: hue angle of 235.53º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E3CEA is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 46 60 234 -
CMYK 0.80 0.74 0 0.08
HSL 235.53º 0.82% 0.55% -
HSV(B) 235.53º 0.8% 0.92% -
XYZ 17.59 9.75 78.8 -
YUV 75.65 217.36 106.85 -
System Red Green Blue C M Y K H S L
Decimal 46 60 234 0.80 0.74 0 0.08 235.53 0.82 0.55
Hex 2E 3C EA 50 4A 0 8 EC 52 37
Octal 56 74 352 120 112 0 10 354 122 67
Binary 101110 111100 11101010 1010000 1001010 0 1000 11101100 1010010 110111

Color Harmonies of #2E3CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3CEA

Black with #2E3CEA

Text Example


Text Example

White with #2E3CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,60,234); }

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

background-color css

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

 a { background-color: rgb(46,60,234); }

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

border-color css

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

 span { border-color: rgb(46,60,234); }

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