#1E3BF5

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

Shades of Neon Blue #1E3BF5

Tints of Neon Blue #1E3BF5

Color information

#1E3BF5 (or 0x1E3BF5) is unknown color: approx Neon Blue. HEX triplet: 1E, 3B and F5. RGB value is (30,59,245). Sum of RGB (Red+Green+Blue) = 30+59+245=334 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.98% from 334); Green value is 59 (23.44% from 255 or 17.66% from 334); Blue value is 245 (96.09% from 255 or 73.35% from 334); Max value from RGB is 245 - color contains mainly: blue. Hex color #1E3BF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E3BF5 is #E1C40A. Grayscale: #464646. Windows color (decimal): -14795787 or 16071454. OLE color: 16071454.

HSL color Cylindrical-coordinate representation of color #1E3BF5: hue angle of 231.91º degrees, saturation: 0.91, 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 #1E3BF5 is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB3059245-
CMYK0.880.7600.04
HSL231.91º91.49%53.92%-
HSV(B)231.91º87.76%96.08%-
XYZ18.581087.34-
YUV71.53225.8998.38-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.98%
GREEN value IS 59 (23.44% from 255) = 17.66%
BLUE value IS 245 (96.09% from 255) = 73.35%
R=8.98%
G=17.66%
B=73.35%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal30592450.880.7600.04231.9191.4953.92
Hex1E3BF5584C04e85b36
Octal36733651301140435013366
Binary1111011101111110101101100010011000100111010001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,59,245); }

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

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

 a { background-color: rgb(30,59,245); }

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

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

 span { border-color: rgb(30,59,245); }

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