#1E41FD

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

Shades of Neon Blue #1E41FD

Tints of Neon Blue #1E41FD

Color information

#1E41FD (or 0x1E41FD) is unknown color: approx Neon Blue. HEX triplet: 1E, 41 and FD. RGB value is (30,65,253). Sum of RGB (Red+Green+Blue) = 30+65+253=348 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.62% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 253 (99.22% from 255 or 72.70% from 348); Max value from RGB is 253 - color contains mainly: blue. Hex color #1E41FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E41FD is #E1BE02. Grayscale: #4B4B4B. Windows color (decimal): -14794243 or 16597278. OLE color: 16597278.

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

Color convert

RGB3065253-
CMYK0.880.7400.01
HSL230.58º98.24%55.49%-
HSV(B)230.58º88.14%99.22%-
XYZ20.1611.1594.02-
YUV75.97227.995.21-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.62%
GREEN value IS 65 (25.78% from 255) = 18.68%
BLUE value IS 253 (99.22% from 255) = 72.70%
R=8.62%
G=18.68%
B=72.70%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal30652530.880.7400.01230.5898.2455.49
Hex1E41FD584A01e76237
Octal361013751301120134714267
Binary111101000001111111011011000100101001111001111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E41FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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