#2E3DFD

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

Shades of Neon Blue #2E3DFD

Tints of Neon Blue #2E3DFD

Color information

#2E3DFD (or 0x2E3DFD) is unknown color: approx Neon Blue. HEX triplet: 2E, 3D and FD. RGB value is (46,61,253). Sum of RGB (Red+Green+Blue) = 46+61+253=360 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.78% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 253 (99.22% from 255 or 70.28% from 360); Max value from RGB is 253 - color contains mainly: blue. Hex color #2E3DFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E3DFD is #D1C202. Grayscale: #4D4D4D. Windows color (decimal): -13746691 or 16596270. OLE color: 16596270.

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

Color convert

RGB4661253-
CMYK0.820.7600.01
HSL235.65º98.1%58.63%-
HSV(B)235.65º81.82%99.22%-
XYZ20.5311.0193.97-
YUV78.4226.53104.89-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.78%
GREEN value IS 61 (24.22% from 255) = 16.94%
BLUE value IS 253 (99.22% from 255) = 70.28%
R=12.78%
G=16.94%
B=70.28%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal46612530.820.7600.01235.6598.158.63
Hex2E3DFD524C01ec623b
Octal56753751221140135414273
Binary101110111101111111011010010100110001111011001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E3DFD; }

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

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

<style>
 a { background-color: #2E3DFD; }

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

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

<style>
 span { border-color: #2E3DFD; }

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

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