#1E32F7

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

Shades of Neon Blue #1E32F7

Tints of Neon Blue #1E32F7

Color information

#1E32F7 (or 0x1E32F7) is unknown color: approx Neon Blue. HEX triplet: 1E, 32 and F7. RGB value is (30,50,247). Sum of RGB (Red+Green+Blue) = 30+50+247=327 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.17% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 247 (96.88% from 255 or 75.54% from 327); Max value from RGB is 247 - color contains mainly: blue. Hex color #1E32F7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E32F7 is #E1CD08. Grayscale: #414141. Windows color (decimal): -14798089 or 16200222. OLE color: 16200222.

HSL color Cylindrical-coordinate representation of color #1E32F7: hue angle of 234.47º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E32F7 is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB3050247-
CMYK0.880.8000.03
HSL234.47º93.13%54.31%-
HSV(B)234.47º87.85%96.86%-
XYZ18.469.2788.81-
YUV66.48229.87101.98-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.17%
GREEN value IS 50 (19.92% from 255) = 15.29%
BLUE value IS 247 (96.88% from 255) = 75.54%
R=9.17%
G=15.29%
B=75.54%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal30502470.880.8000.03234.4793.1354.31
Hex1E32F7585003ea5d36
Octal36623671301200335213566
Binary111101100101111011110110001010000011111010101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E32F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,50,247); }

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

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

 a { background-color: rgb(30,50,247); }

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

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

 span { border-color: rgb(30,50,247); }

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