Html Css Color HEX #3E41FF Neon Blue

📋 copy color: '#3E41FF'

red 62 ◦ green 65 ◦ blue 255

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

Shades of Neon Blue #3E41FF

Tints of Neon Blue #3E41FF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.02%

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

R = 16.23%
G = 17.02%
B = 66.75%

CMYK

 C value IS 0.76

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3E41FF (or 0x3E41FF) is known color: Neon Blue. HEX triplet: 3E, 41 and FF. RGB value is (62,65,255). Sum of RGB (Red+Green+Blue) = 62+65+255=382 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.23% from 382); Green value is 65 (25.78% from 255 or 17.02% from 382); Blue value is 255 (100% from 255 or 66.75% from 382); Max value from RGB is 255 - color contains mainly: blue. Hex color #3E41FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E41FF is #C1BE00. Grayscale: #555555. Windows color (decimal): -12697089 or 16728382. OLE color: 16728382.

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

Color convert

RGB 62 65 255 -
CMYK 0.76 0.75 0 0
HSL 239.07º 1% 0.62% -
HSV(B) 239.07º 0.76% 1% -
XYZ 21.93 12.02 95.77 -
YUV 85.76 223.51 111.05 -
System Red Green Blue C M Y K H S L
Decimal 62 65 255 0.76 0.75 0 0 239.07 1 0.62
Hex 3E 41 FF 4C 4B 0 0 EF 64 3E
Octal 76 101 377 114 113 0 0 357 144 76
Binary 111110 1000001 11111111 1001100 1001011 0 0 11101111 1100100 111110

Color Harmonies of #3E41FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E41FF

Black with #3E41FF

Text Example


Text Example

White with #3E41FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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