Html Css Color HEX #2E4BEE Neon Blue

📋 copy color: '#2E4BEE'

red 46 ◦ green 75 ◦ blue 238

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

Shades of Neon Blue #2E4BEE

Tints of Neon Blue #2E4BEE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.89%

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

R = 12.81%
G = 20.89%
B = 66.3%

CMYK

 C value IS 0.81

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2E4BEE (or 0x2E4BEE) is known color: Neon Blue. HEX triplet: 2E, 4B and EE. RGB value is (46,75,238). Sum of RGB (Red+Green+Blue) = 46+75+238=359 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.81% from 359); Green value is 75 (29.69% from 255 or 20.89% from 359); Blue value is 238 (93.36% from 255 or 66.30% from 359); Max value from RGB is 238 - color contains mainly: blue. Hex color #2E4BEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E4BEE is #D1B411. Grayscale: #545454. Windows color (decimal): -13743122 or 15616814. OLE color: 15616814.

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

Color convert

RGB 46 75 238 -
CMYK 0.81 0.68 0 0.07
HSL 230.94º 0.85% 0.56% -
HSV(B) 230.94º 0.81% 0.93% -
XYZ 19.08 11.79 82.16 -
YUV 84.91 214.39 100.25 -
System Red Green Blue C M Y K H S L
Decimal 46 75 238 0.81 0.68 0 0.07 230.94 0.85 0.56
Hex 2E 4B EE 51 44 0 7 E7 55 38
Octal 56 113 356 121 104 0 7 347 125 70
Binary 101110 1001011 11101110 1010001 1000100 0 111 11100111 1010101 111000

Color Harmonies of #2E4BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4BEE

Black with #2E4BEE

Text Example


Text Example

White with #2E4BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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