Html Css Color HEX #3E40FA Neon Blue

📋 copy color: '#3E40FA'

red 62 ◦ green 64 ◦ blue 250

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

Shades of Neon Blue #3E40FA

Tints of Neon Blue #3E40FA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.02%

 BLUE value IS 250 (98.05% from 255) = 66.49%

R = 16.49%
G = 17.02%
B = 66.49%

CMYK

 C value IS 0.75

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3E40FA (or 0x3E40FA) is known color: Neon Blue. HEX triplet: 3E, 40 and FA. RGB value is (62,64,250). Sum of RGB (Red+Green+Blue) = 62+64+250=376 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.49% from 376); Green value is 64 (25.39% from 255 or 17.02% from 376); Blue value is 250 (98.05% from 255 or 66.49% from 376); Max value from RGB is 250 - color contains mainly: blue. Hex color #3E40FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E40FA is #C1BF05. Grayscale: #535353. Windows color (decimal): -12697350 or 16400446. OLE color: 16400446.

HSL color Cylindrical-coordinate representation of color #3E40FA: hue angle of 239.36º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E40FA is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 62 64 250 -
CMYK 0.75 0.74 0 0.02
HSL 239.36º 0.95% 0.61% -
HSV(B) 239.36º 0.75% 0.98% -
XYZ 21.08 11.59 91.57 -
YUV 84.61 221.34 111.88 -
System Red Green Blue C M Y K H S L
Decimal 62 64 250 0.75 0.74 0 0.02 239.36 0.95 0.61
Hex 3E 40 FA 4B 4A 0 2 EF 5F 3D
Octal 76 100 372 113 112 0 2 357 137 75
Binary 111110 1000000 11111010 1001011 1001010 0 10 11101111 1011111 111101

Color Harmonies of #3E40FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E40FA

Black with #3E40FA

Text Example


Text Example

White with #3E40FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,64,250); }

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

background-color css

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

 a { background-color: rgb(62,64,250); }

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

border-color css

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

 span { border-color: rgb(62,64,250); }

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