Html Css Color HEX #3E52EF Neon Blue

📋 copy color: '#3E52EF'

red 62 ◦ green 82 ◦ blue 239

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

Shades of Neon Blue #3E52EF

Tints of Neon Blue #3E52EF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.41%

 BLUE value IS 239 (93.75% from 255) = 62.4%

R = 16.19%
G = 21.41%
B = 62.4%

CMYK

 C value IS 0.74

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3E52EF (or 0x3E52EF) is known color: Neon Blue. HEX triplet: 3E, 52 and EF. RGB value is (62,82,239). Sum of RGB (Red+Green+Blue) = 62+82+239=383 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.19% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 239 (93.75% from 255 or 62.40% from 383); Max value from RGB is 239 - color contains mainly: blue. Hex color #3E52EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E52EF is #C1AD10. Grayscale: #5D5D5D. Windows color (decimal): -12692753 or 15684158. OLE color: 15684158.

HSL color Cylindrical-coordinate representation of color #3E52EF: hue angle of 233.22º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E52EF is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 62 82 239 -
CMYK 0.74 0.66 0 0.06
HSL 233.22º 0.85% 0.59% -
HSV(B) 233.22º 0.74% 0.94% -
XYZ 20.58 13.29 83.14 -
YUV 93.92 209.87 105.23 -
System Red Green Blue C M Y K H S L
Decimal 62 82 239 0.74 0.66 0 0.06 233.22 0.85 0.59
Hex 3E 52 EF 4A 42 0 6 E9 55 3B
Octal 76 122 357 112 102 0 6 351 125 73
Binary 111110 1010010 11101111 1001010 1000010 0 110 11101001 1010101 111011

Color Harmonies of #3E52EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E52EF

Black with #3E52EF

Text Example


Text Example

White with #3E52EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,82,239); }

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

background-color css

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

 a { background-color: rgb(62,82,239); }

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

border-color css

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

 span { border-color: rgb(62,82,239); }

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