#1E47FD

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

Shades of Neon Blue #1E47FD

Tints of Neon Blue #1E47FD

Color information

#1E47FD (or 0x1E47FD) is unknown color: approx Neon Blue. HEX triplet: 1E, 47 and FD. RGB value is (30,71,253). Sum of RGB (Red+Green+Blue) = 30+71+253=354 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.47% from 354); Green value is 71 (28.12% from 255 or 20.06% from 354); Blue value is 253 (99.22% from 255 or 71.47% from 354); Max value from RGB is 253 - color contains mainly: blue. Hex color #1E47FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E47FD is #E1B802. Grayscale: #4E4E4E. Windows color (decimal): -14792707 or 16598814. OLE color: 16598814.

HSL color Cylindrical-coordinate representation of color #1E47FD: hue angle of 228.97º 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 #1E47FD is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB3071253-
CMYK0.880.7200.01
HSL228.97º98.24%55.49%-
HSV(B)228.97º88.14%99.22%-
XYZ20.5211.8794.14-
YUV79.49225.9292.7-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.47%
GREEN value IS 71 (28.12% from 255) = 20.06%
BLUE value IS 253 (99.22% from 255) = 71.47%
R=8.47%
G=20.06%
B=71.47%

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
Decimal30712530.880.7200.01228.9798.2455.49
Hex1E47FD584801e56237
Octal361073751301100134514267
Binary111101000111111111011011000100100001111001011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E47FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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