Html Css Color HEX #2E3CEB Neon Blue

📋 copy color: '#2E3CEB'

red 46 ◦ green 60 ◦ blue 235

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

Shades of Neon Blue #2E3CEB

Tints of Neon Blue #2E3CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 68.91%

R = 13.49%
G = 17.6%
B = 68.91%

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

#2E3CEB (or 0x2E3CEB) is known color: Neon Blue. HEX triplet: 2E, 3C and EB. RGB value is (46,60,235). Sum of RGB (Red+Green+Blue) = 46+60+235=341 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.49% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 235 (92.19% from 255 or 68.91% from 341); Max value from RGB is 235 - color contains mainly: blue. Hex color #2E3CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E3CEB is #D1C314. Grayscale: #4B4B4B. Windows color (decimal): -13746965 or 15416366. OLE color: 15416366.

HSL color Cylindrical-coordinate representation of color #2E3CEB: hue angle of 235.56º degrees, saturation: 0.83, 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 #2E3CEB is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 46 60 235 -
CMYK 0.80 0.74 0 0.08
HSL 235.56º 0.83% 0.55% -
HSV(B) 235.56º 0.8% 0.92% -
XYZ 17.74 9.81 79.56 -
YUV 75.76 217.86 106.77 -
System Red Green Blue C M Y K H S L
Decimal 46 60 235 0.80 0.74 0 0.08 235.56 0.83 0.55
Hex 2E 3C EB 50 4A 0 8 EC 53 37
Octal 56 74 353 120 112 0 10 354 123 67
Binary 101110 111100 11101011 1010000 1001010 0 1000 11101100 1010011 110111

Color Harmonies of #2E3CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3CEB

Black with #2E3CEB

Text Example


Text Example

White with #2E3CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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