Html Css Color HEX #3E3CF2 Neon Blue

📋 copy color: '#3E3CF2'

red 62 ◦ green 60 ◦ blue 242

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

Shades of Neon Blue #3E3CF2

Tints of Neon Blue #3E3CF2

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.48%

 BLUE value IS 242 (94.92% from 255) = 66.48%

R = 17.03%
G = 16.48%
B = 66.48%

CMYK

 C value IS 0.74

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3E3CF2 (or 0x3E3CF2) is known color: Neon Blue. HEX triplet: 3E, 3C and F2. RGB value is (62,60,242). Sum of RGB (Red+Green+Blue) = 62+60+242=364 (48% of max value = 765). Red value is 62 (24.61% from 255 or 17.03% from 364); Green value is 60 (23.83% from 255 or 16.48% from 364); Blue value is 242 (94.92% from 255 or 66.48% from 364); Max value from RGB is 242 - color contains mainly: blue. Hex color #3E3CF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E3CF2 is #C1C30D. Grayscale: #505050. Windows color (decimal): -12698382 or 15875134. OLE color: 15875134.

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

Color convert

RGB 62 60 242 -
CMYK 0.74 0.75 0 0.05
HSL 240.66º 0.88% 0.59% -
HSV(B) 240.66º 0.75% 0.95% -
XYZ 19.63 10.67 85.03 -
YUV 81.35 218.66 114.2 -
System Red Green Blue C M Y K H S L
Decimal 62 60 242 0.74 0.75 0 0.05 240.66 0.88 0.59
Hex 3E 3C F2 4A 4B 0 5 F1 58 3B
Octal 76 74 362 112 113 0 5 361 130 73
Binary 111110 111100 11110010 1001010 1001011 0 101 11110001 1011000 111011

Color Harmonies of #3E3CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3CF2

Black with #3E3CF2

Text Example


Text Example

White with #3E3CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,60,242); }

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

background-color css

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

 a { background-color: rgb(62,60,242); }

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

border-color css

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

 span { border-color: rgb(62,60,242); }

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