#3D4AFB

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

Shades of Neon Blue #3D4AFB

Tints of Neon Blue #3D4AFB

Color information

#3D4AFB (or 0x3D4AFB) is unknown color: approx Neon Blue. HEX triplet: 3D, 4A and FB. RGB value is (61,74,251). Sum of RGB (Red+Green+Blue) = 61+74+251=386 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.80% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 251 (98.44% from 255 or 65.03% from 386); Max value from RGB is 251 - color contains mainly: blue. Hex color #3D4AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D4AFB is #C2B504. Grayscale: #595959. Windows color (decimal): -12760325 or 16468541. OLE color: 16468541.

HSL color Cylindrical-coordinate representation of color #3D4AFB: hue angle of 235.89º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D4AFB is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB6174251-
CMYK0.760.7100.02
HSL235.89º95.96%61.18%-
HSV(B)235.89º75.7%98.43%-
XYZ21.7912.8592.6-
YUV90.29218.69107.11-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.80%
GREEN value IS 74 (29.30% from 255) = 19.17%
BLUE value IS 251 (98.44% from 255) = 65.03%
R=15.80%
G=19.17%
B=65.03%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal61742510.760.7100.02235.8995.9661.18
Hex3D4AFB4C4702ec603d
Octal751123731141070235414075
Binary11110110010101111101110011001000111010111011001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,74,251); }

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

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

 a { background-color: rgb(61,74,251); }

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

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

 span { border-color: rgb(61,74,251); }

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