#2E3EFD

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

Shades of Neon Blue #2E3EFD

Tints of Neon Blue #2E3EFD

Color information

#2E3EFD (or 0x2E3EFD) is unknown color: approx Neon Blue. HEX triplet: 2E, 3E and FD. RGB value is (46,62,253). Sum of RGB (Red+Green+Blue) = 46+62+253=361 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.74% from 361); Green value is 62 (24.61% from 255 or 17.17% from 361); Blue value is 253 (99.22% from 255 or 70.08% from 361); Max value from RGB is 253 - color contains mainly: blue. Hex color #2E3EFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E3EFD is #D1C102. Grayscale: #4E4E4E. Windows color (decimal): -13746435 or 16596526. OLE color: 16596526.

HSL color Cylindrical-coordinate representation of color #2E3EFD: hue angle of 235.36º 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 #2E3EFD is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB4662253-
CMYK0.820.7500.01
HSL235.36º98.1%58.63%-
HSV(B)235.36º81.82%99.22%-
XYZ20.5811.1293.99-
YUV78.99226.2104.47-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.74%
GREEN value IS 62 (24.61% from 255) = 17.17%
BLUE value IS 253 (99.22% from 255) = 70.08%
R=12.74%
G=17.17%
B=70.08%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal46622530.820.7500.01235.3698.158.63
Hex2E3EFD524B01eb623b
Octal56763751221130135314273
Binary101110111110111111011010010100101101111010111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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