Html Css Color HEX #2E3FED Neon Blue

📋 copy color: '#2E3FED'

red 46 ◦ green 63 ◦ blue 237

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

Shades of Neon Blue #2E3FED

Tints of Neon Blue #2E3FED

RGB

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

 GREEN value IS 63 (25% from 255) = 18.21%

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

R = 13.29%
G = 18.21%
B = 68.5%

CMYK

 C value IS 0.81

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2E3FED (or 0x2E3FED) is known color: Neon Blue. HEX triplet: 2E, 3F and ED. RGB value is (46,63,237). Sum of RGB (Red+Green+Blue) = 46+63+237=346 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.29% from 346); Green value is 63 (25% from 255 or 18.21% from 346); Blue value is 237 (92.97% from 255 or 68.50% from 346); Max value from RGB is 237 - color contains mainly: blue. Hex color #2E3FED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E3FED is #D1C012. Grayscale: #4D4D4D. Windows color (decimal): -13746195 or 15548206. OLE color: 15548206.

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

Color convert

RGB 46 63 237 -
CMYK 0.81 0.73 0 0.07
HSL 234.66º 0.84% 0.55% -
HSV(B) 234.66º 0.81% 0.93% -
XYZ 18.19 10.25 81.14 -
YUV 77.75 217.87 105.35 -
System Red Green Blue C M Y K H S L
Decimal 46 63 237 0.81 0.73 0 0.07 234.66 0.84 0.55
Hex 2E 3F ED 51 49 0 7 EB 54 37
Octal 56 77 355 121 111 0 7 353 124 67
Binary 101110 111111 11101101 1010001 1001001 0 111 11101011 1010100 110111

Color Harmonies of #2E3FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3FED

Black with #2E3FED

Text Example


Text Example

White with #2E3FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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