Html Css Color HEX #2E2EEE Neon Blue

📋 copy color: '#2E2EEE'

red 46 ◦ green 46 ◦ blue 238

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

Shades of Neon Blue #2E2EEE

Tints of Neon Blue #2E2EEE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.94%

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

R = 13.94%
G = 13.94%
B = 72.12%

CMYK

 C value IS 0.81

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2E2EEE (or 0x2E2EEE) is known color: Neon Blue. HEX triplet: 2E, 2E and EE. RGB value is (46,46,238). Sum of RGB (Red+Green+Blue) = 46+46+238=330 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.94% from 330); Green value is 46 (18.36% from 255 or 13.94% from 330); Blue value is 238 (93.36% from 255 or 72.12% from 330); Max value from RGB is 238 - color contains mainly: blue. Hex color #2E2EEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E2EEE is #D1D111. Grayscale: #434343. Windows color (decimal): -13750546 or 15609390. OLE color: 15609390.

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

Color convert

RGB 46 46 238 -
CMYK 0.81 0.81 0 0.07
HSL 240º 0.85% 0.56% -
HSV(B) 240º 0.81% 0.93% -
XYZ 17.54 8.71 81.65 -
YUV 67.89 224 112.39 -
System Red Green Blue C M Y K H S L
Decimal 46 46 238 0.81 0.81 0 0.07 240 0.85 0.56
Hex 2E 2E EE 51 51 0 7 F0 55 38
Octal 56 56 356 121 121 0 7 360 125 70
Binary 101110 101110 11101110 1010001 1010001 0 111 11110000 1010101 111000

Color Harmonies of #2E2EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2EEE

Black with #2E2EEE

Text Example


Text Example

White with #2E2EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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