#3e3cff

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

Shades of Neon Blue #3E3CFF

Tints of Neon Blue #3E3CFF

Color information

#3E3CFF (or 0x3E3CFF) is unknown color: approx Neon Blue. HEX triplet: 3E, 3C and FF. RGB value is (62,60,255). Sum of RGB (Red+Green+Blue) = 62+60+255=377 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.45% from 377); Green value is 60 (23.83% from 255 or 15.92% from 377); Blue value is 255 (100% from 255 or 67.64% from 377); Max value from RGB is 255 - color contains mainly: blue. Hex color #3E3CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E3CFF is #C1C300. Grayscale: #525252. Windows color (decimal): -12698369 or 16727102. OLE color: 16727102.

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

Color convert

RGB6260255-
CMYK0.760.7600
HSL240.62º100%61.76%-
HSV(B)240.62º76.47%100%-
XYZ21.6511.4895.68-
YUV82.83225.16113.14-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.45%
GREEN value IS 60 (23.83% from 255) = 15.92%
BLUE value IS 255 (100% from 255) = 67.64%
R=16.45%
G=15.92%
B=67.64%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal62602550.760.7600240.6210061.76
Hex3E3CFF4C4C00f1643e
Octal76743771141140036114476
Binary111110111100111111111001100100110000111100011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3e3cff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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