#1e43ef

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

Shades of Neon Blue #1E43EF

Tints of Neon Blue #1E43EF

Color information

#1E43EF (or 0x1E43EF) is unknown color: approx Neon Blue. HEX triplet: 1E, 43 and EF. RGB value is (30,67,239). Sum of RGB (Red+Green+Blue) = 30+67+239=336 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.93% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 239 (93.75% from 255 or 71.13% from 336); Max value from RGB is 239 - color contains mainly: blue. Hex color #1E43EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E43EF is #E1BC10. Grayscale: #4A4A4A. Windows color (decimal): -14793745 or 15680286. OLE color: 15680286.

HSL color Cylindrical-coordinate representation of color #1E43EF: hue angle of 229.38º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E43EF is Cyan = 0.87, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB3067239-
CMYK0.870.7200.06
HSL229.38º86.72%52.75%-
HSV(B)229.38º87.45%93.73%-
XYZ18.1210.5282.74-
YUV75.54220.2495.51-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.93%
GREEN value IS 67 (26.56% from 255) = 19.94%
BLUE value IS 239 (93.75% from 255) = 71.13%
R=8.93%
G=19.94%
B=71.13%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal30672390.870.7200.06229.3886.7252.75
Hex1E43EF574806e55735
Octal361033571271100634512765
Binary11110100001111101111101011110010000110111001011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e43ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,67,239); }

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

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

 a { background-color: rgb(30,67,239); }

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

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

 span { border-color: rgb(30,67,239); }

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