Html Css Color HEX #3E31FF Neon Blue

📋 copy color: '#3E31FF'

red 62 ◦ green 49 ◦ blue 255

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

Shades of Neon Blue #3E31FF

Tints of Neon Blue #3E31FF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.39%

 BLUE value IS 255 (100% from 255) = 69.67%

R = 16.94%
G = 13.39%
B = 69.67%

CMYK

 C value IS 0.76

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3E31FF (or 0x3E31FF) is known color: Neon Blue. HEX triplet: 3E, 31 and FF. RGB value is (62,49,255). Sum of RGB (Red+Green+Blue) = 62+49+255=366 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.94% from 366); Green value is 49 (19.53% from 255 or 13.39% from 366); Blue value is 255 (100% from 255 or 69.67% from 366); Max value from RGB is 255 - color contains mainly: blue. Hex color #3E31FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E31FF is #C1CE00. Grayscale: #4B4B4B. Windows color (decimal): -12701185 or 16724286. OLE color: 16724286.

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

Color convert

RGB 62 49 255 -
CMYK 0.76 0.81 0 0
HSL 243.79º 1% 0.6% -
HSV(B) 243.79º 0.81% 1% -
XYZ 21.13 10.44 95.51 -
YUV 76.37 228.81 117.75 -
System Red Green Blue C M Y K H S L
Decimal 62 49 255 0.76 0.81 0 0 243.79 1 0.6
Hex 3E 31 FF 4C 51 0 0 F4 64 3C
Octal 76 61 377 114 121 0 0 364 144 74
Binary 111110 110001 11111111 1001100 1010001 0 0 11110100 1100100 111100

Color Harmonies of #3E31FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E31FF

Black with #3E31FF

Text Example


Text Example

White with #3E31FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,49,255); }

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

background-color css

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

 a { background-color: rgb(62,49,255); }

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

border-color css

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

 span { border-color: rgb(62,49,255); }

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