#3D4CF0

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

Shades of Neon Blue #3D4CF0

Tints of Neon Blue #3D4CF0

Color information

#3D4CF0 (or 0x3D4CF0) is unknown color: approx Neon Blue. HEX triplet: 3D, 4C and F0. RGB value is (61,76,240). Sum of RGB (Red+Green+Blue) = 61+76+240=377 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.18% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 240 (94.14% from 255 or 63.66% from 377); Max value from RGB is 240 - color contains mainly: blue. Hex color #3D4CF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D4CF0 is #C2B30F. Grayscale: #595959. Windows color (decimal): -12759824 or 15748157. OLE color: 15748157.

HSL color Cylindrical-coordinate representation of color #3D4CF0: hue angle of 234.97º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D4CF0 is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB6176240-
CMYK0.750.6800.06
HSL234.97º85.65%59.02%-
HSV(B)234.97º74.58%94.12%-
XYZ20.2412.4583.77-
YUV90.21212.53107.16-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.18%
GREEN value IS 76 (30.08% from 255) = 20.16%
BLUE value IS 240 (94.14% from 255) = 63.66%
R=16.18%
G=20.16%
B=63.66%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal61762400.750.6800.06234.9785.6559.02
Hex3D4CF04B4406eb563b
Octal751143601131040635312673
Binary111101100110011110000100101110001000110111010111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,76,240); }

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

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

 a { background-color: rgb(61,76,240); }

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

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

 span { border-color: rgb(61,76,240); }

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