#1E3EF6

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

Shades of Neon Blue #1E3EF6

Tints of Neon Blue #1E3EF6

Color information

#1E3EF6 (or 0x1E3EF6) is unknown color: approx Neon Blue. HEX triplet: 1E, 3E and F6. RGB value is (30,62,246). Sum of RGB (Red+Green+Blue) = 30+62+246=338 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.88% from 338); Green value is 62 (24.61% from 255 or 18.34% from 338); Blue value is 246 (96.48% from 255 or 72.78% from 338); Max value from RGB is 246 - color contains mainly: blue. Hex color #1E3EF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E3EF6 is #E1C109. Grayscale: #484848. Windows color (decimal): -14795018 or 16137758. OLE color: 16137758.

HSL color Cylindrical-coordinate representation of color #1E3EF6: hue angle of 231.11º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E3EF6 is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB3062246-
CMYK0.880.7500.04
HSL231.11º92.31%54.12%-
HSV(B)231.11º87.8%96.47%-
XYZ18.8910.3888.2-
YUV73.41225.497.04-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.88%
GREEN value IS 62 (24.61% from 255) = 18.34%
BLUE value IS 246 (96.48% from 255) = 72.78%
R=8.88%
G=18.34%
B=72.78%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal30622460.880.7500.04231.1192.3154.12
Hex1E3EF6584B04e75c36
Octal36763661301130434713466
Binary1111011111011110110101100010010110100111001111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3EF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E3EF6; }

 p { color: rgb(30,62,246); }

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

<style>
 a { background-color: #1E3EF6; }

 a { background-color: rgb(30,62,246); }

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

<style>
 span { border-color: #1E3EF6; }

 span { border-color: rgb(30,62,246); }

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