Html Css Color HEX #3E4FEA Neon Blue

📋 copy color: '#3E4FEA'

red 62 ◦ green 79 ◦ blue 234

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

Shades of Neon Blue #3E4FEA

Tints of Neon Blue #3E4FEA

RGB

 RED value IS 62 (24.61% from 255) = 16.53%

 GREEN value IS 79 (31.25% from 255) = 21.07%

 BLUE value IS 234 (91.8% from 255) = 62.4%

R = 16.53%
G = 21.07%
B = 62.4%

CMYK

 C value IS 0.74

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3E4FEA (or 0x3E4FEA) is known color: Neon Blue. HEX triplet: 3E, 4F and EA. RGB value is (62,79,234). Sum of RGB (Red+Green+Blue) = 62+79+234=375 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.53% from 375); Green value is 79 (31.25% from 255 or 21.07% from 375); Blue value is 234 (91.80% from 255 or 62.4% from 375); Max value from RGB is 234 - color contains mainly: blue. Hex color #3E4FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E4FEA is #C1B015. Grayscale: #5A5A5A. Windows color (decimal): -12693526 or 15355710. OLE color: 15355710.

HSL color Cylindrical-coordinate representation of color #3E4FEA: hue angle of 234.07º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E4FEA is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 62 79 234 -
CMYK 0.74 0.66 0 0.08
HSL 234.07º 0.8% 0.58% -
HSV(B) 234.07º 0.74% 0.92% -
XYZ 19.63 12.56 79.23 -
YUV 91.59 208.37 106.9 -
System Red Green Blue C M Y K H S L
Decimal 62 79 234 0.74 0.66 0 0.08 234.07 0.8 0.58
Hex 3E 4F EA 4A 42 0 8 EA 50 3A
Octal 76 117 352 112 102 0 10 352 120 72
Binary 111110 1001111 11101010 1001010 1000010 0 1000 11101010 1010000 111010

Color Harmonies of #3E4FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4FEA

Black with #3E4FEA

Text Example


Text Example

White with #3E4FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E4FEA; }

 p { color: rgb(62,79,234); }

 H1.HeaderClassName
 {
   color: #3E4FEA;
 }
 .AnyTagClassName
 {
   color: #3E4FEA;
 }
</style>

background-color css

<style>
 a { background-color: #3E4FEA; }

 a { background-color: rgb(62,79,234); }

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

border-color css

<style>
 span { border-color: #3E4FEA; }

 span { border-color: rgb(62,79,234); }

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