#3D4BE8

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

Shades of Neon Blue #3D4BE8

Tints of Neon Blue #3D4BE8

Color information

#3D4BE8 (or 0x3D4BE8) is unknown color: approx Neon Blue. HEX triplet: 3D, 4B and E8. RGB value is (61,75,232). Sum of RGB (Red+Green+Blue) = 61+75+232=368 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.58% from 368); Green value is 75 (29.69% from 255 or 20.38% from 368); Blue value is 232 (91.02% from 255 or 63.04% from 368); Max value from RGB is 232 - color contains mainly: blue. Hex color #3D4BE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D4BE8 is #C2B417. Grayscale: #585858. Windows color (decimal): -12760088 or 15223613. OLE color: 15223613.

HSL color Cylindrical-coordinate representation of color #3D4BE8: hue angle of 235.09º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D4BE8 is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB6175232-
CMYK0.740.6800.09
HSL235.09º78.8%57.45%-
HSV(B)235.09º73.71%90.98%-
XYZ19.0111.8577.63-
YUV88.71208.86108.23-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.58%
GREEN value IS 75 (29.69% from 255) = 20.38%
BLUE value IS 232 (91.02% from 255) = 63.04%
R=16.58%
G=20.38%
B=63.04%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal61752320.740.6800.09235.0978.857.45
Hex3D4BE84A4409eb4f39
Octal7511335011210401135311771
Binary1111011001011111010001001010100010001001111010111001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,75,232); }

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

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

 a { background-color: rgb(61,75,232); }

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

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

 span { border-color: rgb(61,75,232); }

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