#3B4CEC

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

Shades of Neon Blue #3B4CEC

Tints of Neon Blue #3B4CEC

Color information

#3B4CEC (or 0x3B4CEC) is unknown color: approx Neon Blue. HEX triplet: 3B, 4C and EC. RGB value is (59,76,236). Sum of RGB (Red+Green+Blue) = 59+76+236=371 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.90% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 236 (92.58% from 255 or 63.61% from 371); Max value from RGB is 236 - color contains mainly: blue. Hex color #3B4CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B4CEC is #C4B313. Grayscale: #585858. Windows color (decimal): -12890900 or 15486011. OLE color: 15486011.

HSL color Cylindrical-coordinate representation of color #3B4CEC: hue angle of 234.24º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B4CEC is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB5976236-
CMYK0.750.6800.07
HSL234.24º82.33%57.84%-
HSV(B)234.24º75%92.55%-
XYZ19.5312.1580.67-
YUV89.16210.87106.49-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.90%
GREEN value IS 76 (30.08% from 255) = 20.49%
BLUE value IS 236 (92.58% from 255) = 63.61%
R=15.90%
G=20.49%
B=63.61%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal59762360.750.6800.07234.2482.3357.84
Hex3B4CEC4B4407ea523a
Octal731143541131040735212272
Binary111011100110011101100100101110001000111111010101010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,76,236); }

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

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

 a { background-color: rgb(59,76,236); }

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

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

 span { border-color: rgb(59,76,236); }

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