#1E46FD

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

Shades of Neon Blue #1E46FD

Tints of Neon Blue #1E46FD

Color information

#1E46FD (or 0x1E46FD) is unknown color: approx Neon Blue. HEX triplet: 1E, 46 and FD. RGB value is (30,70,253). Sum of RGB (Red+Green+Blue) = 30+70+253=353 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.50% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 253 (99.22% from 255 or 71.67% from 353); Max value from RGB is 253 - color contains mainly: blue. Hex color #1E46FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E46FD is #E1B902. Grayscale: #4E4E4E. Windows color (decimal): -14792963 or 16598558. OLE color: 16598558.

HSL color Cylindrical-coordinate representation of color #1E46FD: hue angle of 229.24º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E46FD is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB3070253-
CMYK0.880.7200.01
HSL229.24º98.24%55.49%-
HSV(B)229.24º88.14%99.22%-
XYZ20.4611.7594.12-
YUV78.9226.2593.12-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.50%
GREEN value IS 70 (27.73% from 255) = 19.83%
BLUE value IS 253 (99.22% from 255) = 71.67%
R=8.50%
G=19.83%
B=71.67%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal30702530.880.7200.01229.2498.2455.49
Hex1E46FD584801e56237
Octal361063751301100134514267
Binary111101000110111111011011000100100001111001011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E46FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,70,253); }

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

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

 a { background-color: rgb(30,70,253); }

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

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

 span { border-color: rgb(30,70,253); }

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