#3D4FF1

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

Shades of Neon Blue #3D4FF1

Tints of Neon Blue #3D4FF1

Color information

#3D4FF1 (or 0x3D4FF1) is unknown color: approx Neon Blue. HEX triplet: 3D, 4F and F1. RGB value is (61,79,241). Sum of RGB (Red+Green+Blue) = 61+79+241=381 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.01% from 381); Green value is 79 (31.25% from 255 or 20.73% from 381); Blue value is 241 (94.53% from 255 or 63.25% from 381); Max value from RGB is 241 - color contains mainly: blue. Hex color #3D4FF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D4FF1 is #C2B00E. Grayscale: #5B5B5B. Windows color (decimal): -12759055 or 15814461. OLE color: 15814461.

HSL color Cylindrical-coordinate representation of color #3D4FF1: hue angle of 234º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D4FF1 is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB6179241-
CMYK0.750.6700.05
HSL234º86.54%59.22%-
HSV(B)234º74.69%94.51%-
XYZ20.612.9384.63-
YUV92.09212.04105.83-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.01%
GREEN value IS 79 (31.25% from 255) = 20.73%
BLUE value IS 241 (94.53% from 255) = 63.25%
R=16.01%
G=20.73%
B=63.25%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal61792410.750.6700.0523486.5459.22
Hex3D4FF14B4305ea573b
Octal751173611131030535212773
Binary111101100111111110001100101110000110101111010101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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