Html Css Color HEX #2E3FEF Neon Blue

📋 copy color: '#2E3FEF'

red 46 ◦ green 63 ◦ blue 239

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

Shades of Neon Blue #2E3FEF

Tints of Neon Blue #2E3FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 68.68%

R = 13.22%
G = 18.1%
B = 68.68%

CMYK

 C value IS 0.81

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2E3FEF (or 0x2E3FEF) is known color: Neon Blue. HEX triplet: 2E, 3F and EF. RGB value is (46,63,239). Sum of RGB (Red+Green+Blue) = 46+63+239=348 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.22% from 348); Green value is 63 (25% from 255 or 18.10% from 348); Blue value is 239 (93.75% from 255 or 68.68% from 348); Max value from RGB is 239 - color contains mainly: blue. Hex color #2E3FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E3FEF is #D1C010. Grayscale: #4D4D4D. Windows color (decimal): -13746193 or 15679278. OLE color: 15679278.

HSL color Cylindrical-coordinate representation of color #2E3FEF: hue angle of 234.72º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E3FEF is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 46 63 239 -
CMYK 0.81 0.74 0 0.06
HSL 234.72º 0.86% 0.56% -
HSV(B) 234.72º 0.81% 0.94% -
XYZ 18.48 10.37 82.69 -
YUV 77.98 218.87 105.19 -
System Red Green Blue C M Y K H S L
Decimal 46 63 239 0.81 0.74 0 0.06 234.72 0.86 0.56
Hex 2E 3F EF 51 4A 0 6 EB 56 38
Octal 56 77 357 121 112 0 6 353 126 70
Binary 101110 111111 11101111 1010001 1001010 0 110 11101011 1010110 111000

Color Harmonies of #2E3FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3FEF

Black with #2E3FEF

Text Example


Text Example

White with #2E3FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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