#1E34F7

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

Shades of Neon Blue #1E34F7

Tints of Neon Blue #1E34F7

Color information

#1E34F7 (or 0x1E34F7) is unknown color: approx Neon Blue. HEX triplet: 1E, 34 and F7. RGB value is (30,52,247). Sum of RGB (Red+Green+Blue) = 30+52+247=329 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.12% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 247 (96.88% from 255 or 75.08% from 329); Max value from RGB is 247 - color contains mainly: blue. Hex color #1E34F7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E34F7 is #E1CB08. Grayscale: #424242. Windows color (decimal): -14797577 or 16200734. OLE color: 16200734.

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

Color convert

RGB3052247-
CMYK0.880.7900.03
HSL233.92º93.13%54.31%-
HSV(B)233.92º87.85%96.86%-
XYZ18.559.4588.84-
YUV67.65229.21101.14-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.12%
GREEN value IS 52 (20.70% from 255) = 15.81%
BLUE value IS 247 (96.88% from 255) = 75.08%
R=9.12%
G=15.81%
B=75.08%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal30522470.880.7900.03233.9293.1354.31
Hex1E34F7584F03ea5d36
Octal36643671301170335213566
Binary111101101001111011110110001001111011111010101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E34F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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