#3E3EFF

Color #3E3EFF Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #3E3EFF

Tints of Neon Blue #3E3EFF

Color information

#3E3EFF (or 0x3E3EFF) is unknown color: approx Neon Blue. HEX triplet: 3E, 3E and FF. RGB value is (62,62,255). Sum of RGB (Red+Green+Blue) = 62+62+255=379 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.36% from 379); Green value is 62 (24.61% from 255 or 16.36% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #3E3EFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E3EFF is #C1C100. Grayscale: #535353. Windows color (decimal): -12697857 or 16727614. OLE color: 16727614.

HSL color Cylindrical-coordinate representation of color #3E3EFF: hue angle of 240º 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 #3E3EFF is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB6262255-
CMYK0.760.7600
HSL240º100%62.16%-
HSV(B)240º75.69%100%-
XYZ21.7611.6995.72-
YUV84224.5112.31-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.36%
GREEN value IS 62 (24.61% from 255) = 16.36%
BLUE value IS 255 (100% from 255) = 67.28%
R=16.36%
G=16.36%
B=67.28%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal62622550.760.760024010062.16
Hex3E3EFF4C4C00f0643e
Octal76763771141140036014476
Binary111110111110111111111001100100110000111100001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3E3EFF;
 }
 .AnyTagClassName
 {
   color: #3E3EFF;
 }
</style>
background-color css

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

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

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

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

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

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