#1E36F3

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

Shades of Neon Blue #1E36F3

Tints of Neon Blue #1E36F3

Color information

#1E36F3 (or 0x1E36F3) is unknown color: approx Neon Blue. HEX triplet: 1E, 36 and F3. RGB value is (30,54,243). Sum of RGB (Red+Green+Blue) = 30+54+243=327 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.17% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 243 (95.31% from 255 or 74.31% from 327); Max value from RGB is 243 - color contains mainly: blue. Hex color #1E36F3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E36F3 is #E1C90C. Grayscale: #434343. Windows color (decimal): -14797069 or 15939102. OLE color: 15939102.

HSL color Cylindrical-coordinate representation of color #1E36F3: hue angle of 233.24º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E36F3 is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB3054243-
CMYK0.880.7800.05
HSL233.24º89.87%53.53%-
HSV(B)233.24º87.65%95.29%-
XYZ18.039.3985.66-
YUV68.37226.55100.63-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.17%
GREEN value IS 54 (21.48% from 255) = 16.51%
BLUE value IS 243 (95.31% from 255) = 74.31%
R=9.17%
G=16.51%
B=74.31%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal30542430.880.7800.05233.2489.8753.53
Hex1E36F3584E05e95a36
Octal36663631301160535113266
Binary1111011011011110011101100010011100101111010011011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E36F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,54,243); }

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

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

 a { background-color: rgb(30,54,243); }

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

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

 span { border-color: rgb(30,54,243); }

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