#1e43ff

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

Shades of Neon Blue #1E43FF

Tints of Neon Blue #1E43FF

Color information

#1E43FF (or 0x1E43FF) is unknown color: approx Neon Blue. HEX triplet: 1E, 43 and FF. RGB value is (30,67,255). Sum of RGB (Red+Green+Blue) = 30+67+255=352 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.52% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 255 (100% from 255 or 72.44% from 352); Max value from RGB is 255 - color contains mainly: blue. Hex color #1E43FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E43FF is #E1BC00. Grayscale: #4C4C4C. Windows color (decimal): -14793729 or 16728862. OLE color: 16728862.

HSL color Cylindrical-coordinate representation of color #1E43FF: hue angle of 230.13º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E43FF is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB3067255-
CMYK0.880.7400
HSL230.13º100%55.88%-
HSV(B)230.13º88.24%100%-
XYZ20.5911.5195.74-
YUV77.37228.2494.21-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.52%
GREEN value IS 67 (26.56% from 255) = 19.03%
BLUE value IS 255 (100% from 255) = 72.44%
R=8.52%
G=19.03%
B=72.44%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal30672550.880.7400230.1310055.88
Hex1E43FF584A00e66438
Octal361033771301120034614470
Binary111101000011111111111011000100101000111001101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e43ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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