Html Css Color HEX #3E42EB Neon Blue

📋 copy color: '#3E42EB'

red 62 ◦ green 66 ◦ blue 235

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

Shades of Neon Blue #3E42EB

Tints of Neon Blue #3E42EB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.18%

 BLUE value IS 235 (92.19% from 255) = 64.74%

R = 17.08%
G = 18.18%
B = 64.74%

CMYK

 C value IS 0.74

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3E42EB (or 0x3E42EB) is known color: Neon Blue. HEX triplet: 3E, 42 and EB. RGB value is (62,66,235). Sum of RGB (Red+Green+Blue) = 62+66+235=363 (48% of max value = 765). Red value is 62 (24.61% from 255 or 17.08% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 235 (92.19% from 255 or 64.74% from 363); Max value from RGB is 235 - color contains mainly: blue. Hex color #3E42EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E42EB is #C1BD14. Grayscale: #535353. Windows color (decimal): -12696853 or 15417918. OLE color: 15417918.

HSL color Cylindrical-coordinate representation of color #3E42EB: hue angle of 238.61º degrees, saturation: 0.81, 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 #3E42EB is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 62 66 235 -
CMYK 0.74 0.72 0 0.08
HSL 238.61º 0.81% 0.58% -
HSV(B) 238.61º 0.74% 0.92% -
XYZ 18.93 10.92 79.71 -
YUV 84.07 213.17 112.26 -
System Red Green Blue C M Y K H S L
Decimal 62 66 235 0.74 0.72 0 0.08 238.61 0.81 0.58
Hex 3E 42 EB 4A 48 0 8 EF 51 3A
Octal 76 102 353 112 110 0 10 357 121 72
Binary 111110 1000010 11101011 1001010 1001000 0 1000 11101111 1010001 111010

Color Harmonies of #3E42EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E42EB

Black with #3E42EB

Text Example


Text Example

White with #3E42EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,66,235); }

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

background-color css

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

 a { background-color: rgb(62,66,235); }

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

border-color css

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

 span { border-color: rgb(62,66,235); }

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