#3D52F3

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

Shades of Neon Blue #3D52F3

Tints of Neon Blue #3D52F3

Color information

#3D52F3 (or 0x3D52F3) is unknown color: approx Neon Blue. HEX triplet: 3D, 52 and F3. RGB value is (61,82,243). Sum of RGB (Red+Green+Blue) = 61+82+243=386 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.80% from 386); Green value is 82 (32.42% from 255 or 21.24% from 386); Blue value is 243 (95.31% from 255 or 62.95% from 386); Max value from RGB is 243 - color contains mainly: blue. Hex color #3D52F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D52F3 is #C2AD0C. Grayscale: #5D5D5D. Windows color (decimal): -12758285 or 15946301. OLE color: 15946301.

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

Color convert

RGB6182243-
CMYK0.750.6600.05
HSL233.08º88.35%59.61%-
HSV(B)233.08º74.9%95.29%-
XYZ21.1213.586.29-
YUV94.08212.04104.41-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.80%
GREEN value IS 82 (32.42% from 255) = 21.24%
BLUE value IS 243 (95.31% from 255) = 62.95%
R=15.80%
G=21.24%
B=62.95%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal61822430.750.6600.05233.0888.3559.61
Hex3D52F34B4205e9583c
Octal751223631131020535113074
Binary111101101001011110011100101110000100101111010011011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D52F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,82,243); }

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

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

 a { background-color: rgb(61,82,243); }

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

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

 span { border-color: rgb(61,82,243); }

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