#3D41FB

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

Shades of Neon Blue #3D41FB

Tints of Neon Blue #3D41FB

Color information

#3D41FB (or 0x3D41FB) is unknown color: approx Neon Blue. HEX triplet: 3D, 41 and FB. RGB value is (61,65,251). Sum of RGB (Red+Green+Blue) = 61+65+251=377 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.18% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 251 (98.44% from 255 or 66.58% from 377); Max value from RGB is 251 - color contains mainly: blue. Hex color #3D41FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D41FB is #C2BE04. Grayscale: #545454. Windows color (decimal): -12762629 or 16466237. OLE color: 16466237.

HSL color Cylindrical-coordinate representation of color #3D41FB: hue angle of 238.74º 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 #3D41FB is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB6165251-
CMYK0.760.7400.02
HSL238.74º95.96%61.18%-
HSV(B)238.74º75.7%98.43%-
XYZ21.2311.7492.41-
YUV85.01221.67110.88-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.18%
GREEN value IS 65 (25.78% from 255) = 17.24%
BLUE value IS 251 (98.44% from 255) = 66.58%
R=16.18%
G=17.24%
B=66.58%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal61652510.760.7400.02238.7495.9661.18
Hex3D41FB4C4A02ef603d
Octal751013731141120235714075
Binary11110110000011111101110011001001010010111011111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D41FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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