#3D4FEF

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

Shades of Neon Blue #3D4FEF

Tints of Neon Blue #3D4FEF

Color information

#3D4FEF (or 0x3D4FEF) is unknown color: approx Neon Blue. HEX triplet: 3D, 4F and EF. RGB value is (61,79,239). Sum of RGB (Red+Green+Blue) = 61+79+239=379 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.09% from 379); Green value is 79 (31.25% from 255 or 20.84% from 379); Blue value is 239 (93.75% from 255 or 63.06% from 379); Max value from RGB is 239 - color contains mainly: blue. Hex color #3D4FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D4FEF is #C2B010. Grayscale: #5B5B5B. Windows color (decimal): -12759057 or 15683389. OLE color: 15683389.

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

Color convert

RGB6179239-
CMYK0.740.6700.06
HSL233.93º84.76%58.82%-
HSV(B)233.93º74.48%93.73%-
XYZ20.312.8283.07-
YUV91.86211.04105.99-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.09%
GREEN value IS 79 (31.25% from 255) = 20.84%
BLUE value IS 239 (93.75% from 255) = 63.06%
R=16.09%
G=20.84%
B=63.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal61792390.740.6700.06233.9384.7658.82
Hex3D4FEF4A4306ea553b
Octal751173571121030635212573
Binary111101100111111101111100101010000110110111010101010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,79,239); }

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

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

 a { background-color: rgb(61,79,239); }

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

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

 span { border-color: rgb(61,79,239); }

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