#3d44f7

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

Shades of Neon Blue #3D44F7

Tints of Neon Blue #3D44F7

Color information

#3D44F7 (or 0x3D44F7) is unknown color: approx Neon Blue. HEX triplet: 3D, 44 and F7. RGB value is (61,68,247). Sum of RGB (Red+Green+Blue) = 61+68+247=376 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.22% from 376); Green value is 68 (26.95% from 255 or 18.09% from 376); Blue value is 247 (96.88% from 255 or 65.69% from 376); Max value from RGB is 247 - color contains mainly: blue. Hex color #3D44F7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D44F7 is #C2BB08. Grayscale: #555555. Windows color (decimal): -12761865 or 16204861. OLE color: 16204861.

HSL color Cylindrical-coordinate representation of color #3D44F7: hue angle of 237.74º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D44F7 is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB6168247-
CMYK0.750.7200.03
HSL237.74º92.08%60.39%-
HSV(B)237.74º75.3%96.86%-
XYZ20.7811.8489.19-
YUV86.31218.68109.95-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.22%
GREEN value IS 68 (26.95% from 255) = 18.09%
BLUE value IS 247 (96.88% from 255) = 65.69%
R=16.22%
G=18.09%
B=65.69%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal61682470.750.7200.03237.7492.0860.39
Hex3D44F74B4803ee5c3c
Octal751043671131100335613474
Binary11110110001001111011110010111001000011111011101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d44f7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,68,247); }

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

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

 a { background-color: rgb(61,68,247); }

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

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

 span { border-color: rgb(61,68,247); }

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