#3d4bf2

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

Shades of Neon Blue #3D4BF2

Tints of Neon Blue #3D4BF2

Color information

#3D4BF2 (or 0x3D4BF2) is unknown color: approx Neon Blue. HEX triplet: 3D, 4B and F2. RGB value is (61,75,242). Sum of RGB (Red+Green+Blue) = 61+75+242=378 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.14% from 378); Green value is 75 (29.69% from 255 or 19.84% from 378); Blue value is 242 (94.92% from 255 or 64.02% from 378); Max value from RGB is 242 - color contains mainly: blue. Hex color #3D4BF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D4BF2 is #C2B40D. Grayscale: #595959. Windows color (decimal): -12760078 or 15878973. OLE color: 15878973.

HSL color Cylindrical-coordinate representation of color #3D4BF2: hue angle of 235.36º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D4BF2 is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB6175242-
CMYK0.750.6900.05
HSL235.36º87.44%59.41%-
HSV(B)235.36º74.79%94.9%-
XYZ20.4712.4485.33-
YUV89.85213.86107.42-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.14%
GREEN value IS 75 (29.69% from 255) = 19.84%
BLUE value IS 242 (94.92% from 255) = 64.02%
R=16.14%
G=19.84%
B=64.02%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal61752420.750.6900.05235.3687.4459.41
Hex3D4BF24B4505eb573b
Octal751133621131050535312773
Binary111101100101111110010100101110001010101111010111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d4bf2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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