Html Css Color HEX #2E4AEC Neon Blue

📋 copy color: '#2E4AEC'

red 46 ◦ green 74 ◦ blue 236

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

Shades of Neon Blue #2E4AEC

Tints of Neon Blue #2E4AEC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.79%

 BLUE value IS 236 (92.58% from 255) = 66.29%

R = 12.92%
G = 20.79%
B = 66.29%

CMYK

 C value IS 0.81

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2E4AEC (or 0x2E4AEC) is known color: Neon Blue. HEX triplet: 2E, 4A and EC. RGB value is (46,74,236). Sum of RGB (Red+Green+Blue) = 46+74+236=356 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.92% from 356); Green value is 74 (29.30% from 255 or 20.79% from 356); Blue value is 236 (92.58% from 255 or 66.29% from 356); Max value from RGB is 236 - color contains mainly: blue. Hex color #2E4AEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E4AEC is #D1B513. Grayscale: #535353. Windows color (decimal): -13743380 or 15485486. OLE color: 15485486.

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

Color convert

RGB 46 74 236 -
CMYK 0.81 0.69 0 0.07
HSL 231.16º 0.83% 0.55% -
HSV(B) 231.16º 0.81% 0.93% -
XYZ 18.72 11.53 80.6 -
YUV 84.1 213.72 100.83 -
System Red Green Blue C M Y K H S L
Decimal 46 74 236 0.81 0.69 0 0.07 231.16 0.83 0.55
Hex 2E 4A EC 51 45 0 7 E7 53 37
Octal 56 112 354 121 105 0 7 347 123 67
Binary 101110 1001010 11101100 1010001 1000101 0 111 11100111 1010011 110111

Color Harmonies of #2E4AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4AEC

Black with #2E4AEC

Text Example


Text Example

White with #2E4AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,74,236); }

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

background-color css

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

 a { background-color: rgb(46,74,236); }

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

border-color css

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

 span { border-color: rgb(46,74,236); }

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