Html Css Color HEX #3E4AFE Neon Blue

📋 copy color: '#3E4AFE'

red 62 ◦ green 74 ◦ blue 254

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

Shades of Neon Blue #3E4AFE

Tints of Neon Blue #3E4AFE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.97%

 BLUE value IS 254 (99.61% from 255) = 65.13%

R = 15.9%
G = 18.97%
B = 65.13%

CMYK

 C value IS 0.76

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3E4AFE (or 0x3E4AFE) is known color: Neon Blue. HEX triplet: 3E, 4A and FE. RGB value is (62,74,254). Sum of RGB (Red+Green+Blue) = 62+74+254=390 (51% of max value = 765). Red value is 62 (24.61% from 255 or 15.90% from 390); Green value is 74 (29.30% from 255 or 18.97% from 390); Blue value is 254 (99.61% from 255 or 65.13% from 390); Max value from RGB is 254 - color contains mainly: blue. Hex color #3E4AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E4AFE is #C1B501. Grayscale: #5A5A5A. Windows color (decimal): -12694786 or 16665150. OLE color: 16665150.

HSL color Cylindrical-coordinate representation of color #3E4AFE: hue angle of 236.25º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E4AFE is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 62 74 254 -
CMYK 0.76 0.71 0 0.00
HSL 236.25º 0.99% 0.62% -
HSV(B) 236.25º 0.76% 1% -
XYZ 22.32 13.08 95.11 -
YUV 90.93 220.02 107.36 -
System Red Green Blue C M Y K H S L
Decimal 62 74 254 0.76 0.71 0 0.00 236.25 0.99 0.62
Hex 3E 4A FE 4C 47 0 0 EC 63 3E
Octal 76 112 376 114 107 0 0 354 143 76
Binary 111110 1001010 11111110 1001100 1000111 0 0 11101100 1100011 111110

Color Harmonies of #3E4AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4AFE

Black with #3E4AFE

Text Example


Text Example

White with #3E4AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,74,254); }

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

background-color css

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

 a { background-color: rgb(62,74,254); }

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

border-color css

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

 span { border-color: rgb(62,74,254); }

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