Html Css Color HEX #2E3DED Neon Blue

📋 copy color: '#2E3DED'

red 46 ◦ green 61 ◦ blue 237

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

Shades of Neon Blue #2E3DED

Tints of Neon Blue #2E3DED

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.73%

 BLUE value IS 237 (92.97% from 255) = 68.9%

R = 13.37%
G = 17.73%
B = 68.9%

CMYK

 C value IS 0.81

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2E3DED (or 0x2E3DED) is known color: Neon Blue. HEX triplet: 2E, 3D and ED. RGB value is (46,61,237). Sum of RGB (Red+Green+Blue) = 46+61+237=344 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.37% from 344); Green value is 61 (24.22% from 255 or 17.73% from 344); Blue value is 237 (92.97% from 255 or 68.90% from 344); Max value from RGB is 237 - color contains mainly: blue. Hex color #2E3DED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E3DED is #D1C212. Grayscale: #4B4B4B. Windows color (decimal): -13746707 or 15547694. OLE color: 15547694.

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

Color convert

RGB 46 61 237 -
CMYK 0.81 0.74 0 0.07
HSL 235.29º 0.84% 0.55% -
HSV(B) 235.29º 0.81% 0.93% -
XYZ 18.08 10.03 81.1 -
YUV 76.58 218.53 106.19 -
System Red Green Blue C M Y K H S L
Decimal 46 61 237 0.81 0.74 0 0.07 235.29 0.84 0.55
Hex 2E 3D ED 51 4A 0 7 EB 54 37
Octal 56 75 355 121 112 0 7 353 124 67
Binary 101110 111101 11101101 1010001 1001010 0 111 11101011 1010100 110111

Color Harmonies of #2E3DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3DED

Black with #2E3DED

Text Example


Text Example

White with #2E3DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,61,237); }

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

background-color css

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

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

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

border-color css

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

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

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