#1E33F7

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

Shades of Neon Blue #1E33F7

Tints of Neon Blue #1E33F7

Color information

#1E33F7 (or 0x1E33F7) is unknown color: approx Neon Blue. HEX triplet: 1E, 33 and F7. RGB value is (30,51,247). Sum of RGB (Red+Green+Blue) = 30+51+247=328 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.15% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 247 (96.88% from 255 or 75.30% from 328); Max value from RGB is 247 - color contains mainly: blue. Hex color #1E33F7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E33F7 is #E1CC08. Grayscale: #424242. Windows color (decimal): -14797833 or 16200478. OLE color: 16200478.

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

Color convert

RGB3051247-
CMYK0.880.7900.03
HSL234.19º93.13%54.31%-
HSV(B)234.19º87.85%96.86%-
XYZ18.519.3688.83-
YUV67.06229.54101.56-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.15%
GREEN value IS 51 (20.31% from 255) = 15.55%
BLUE value IS 247 (96.88% from 255) = 75.30%
R=9.15%
G=15.55%
B=75.30%

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
Decimal30512470.880.7900.03234.1993.1354.31
Hex1E33F7584F03ea5d36
Octal36633671301170335213566
Binary111101100111111011110110001001111011111010101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E33F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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