#3A3DFD

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

Shades of Neon Blue #3A3DFD

Tints of Neon Blue #3A3DFD

Color information

#3A3DFD (or 0x3A3DFD) is unknown color: approx Neon Blue. HEX triplet: 3A, 3D and FD. RGB value is (58,61,253). Sum of RGB (Red+Green+Blue) = 58+61+253=372 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.59% from 372); Green value is 61 (24.22% from 255 or 16.40% from 372); Blue value is 253 (99.22% from 255 or 68.01% from 372); Max value from RGB is 253 - color contains mainly: blue. Hex color #3A3DFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A3DFD is #C5C202. Grayscale: #515151. Windows color (decimal): -12960259 or 16596282. OLE color: 16596282.

HSL color Cylindrical-coordinate representation of color #3A3DFD: hue angle of 239.08º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A3DFD is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB5861253-
CMYK0.770.7600.01
HSL239.08º97.99%60.98%-
HSV(B)239.08º77.08%99.22%-
XYZ21.1411.3394-
YUV81.99224.51110.89-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.59%
GREEN value IS 61 (24.22% from 255) = 16.40%
BLUE value IS 253 (99.22% from 255) = 68.01%
R=15.59%
G=16.40%
B=68.01%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal58612530.770.7600.01239.0897.9960.98
Hex3A3DFD4D4C01ef623d
Octal72753751151140135714275
Binary111010111101111111011001101100110001111011111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,61,253); }

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

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

 a { background-color: rgb(58,61,253); }

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

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

 span { border-color: rgb(58,61,253); }

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