Html Css Color HEX #3E40FE Neon Blue

📋 copy color: '#3E40FE'

red 62 ◦ green 64 ◦ blue 254

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

Shades of Neon Blue #3E40FE

Tints of Neon Blue #3E40FE

RGB

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

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

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

R = 16.32%
G = 16.84%
B = 66.84%

CMYK

 C value IS 0.76

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3E40FE (or 0x3E40FE) is known color: Neon Blue. HEX triplet: 3E, 40 and FE. RGB value is (62,64,254). Sum of RGB (Red+Green+Blue) = 62+64+254=380 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.32% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 254 (99.61% from 255 or 66.84% from 380); Max value from RGB is 254 - color contains mainly: blue. Hex color #3E40FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E40FE is #C1BF01. Grayscale: #545454. Windows color (decimal): -12697346 or 16662590. OLE color: 16662590.

HSL color Cylindrical-coordinate representation of color #3E40FE: hue angle of 239.38º 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 #3E40FE is Cyan = 0.76, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 62 64 254 -
CMYK 0.76 0.75 0 0.00
HSL 239.38º 0.99% 0.62% -
HSV(B) 239.38º 0.76% 1% -
XYZ 21.71 11.85 94.91 -
YUV 85.06 223.34 111.55 -
System Red Green Blue C M Y K H S L
Decimal 62 64 254 0.76 0.75 0 0.00 239.38 0.99 0.62
Hex 3E 40 FE 4C 4B 0 0 EF 63 3E
Octal 76 100 376 114 113 0 0 357 143 76
Binary 111110 1000000 11111110 1001100 1001011 0 0 11101111 1100011 111110

Color Harmonies of #3E40FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E40FE

Black with #3E40FE

Text Example


Text Example

White with #3E40FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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