#1E35F3

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

Shades of Neon Blue #1E35F3

Tints of Neon Blue #1E35F3

Color information

#1E35F3 (or 0x1E35F3) is unknown color: approx Neon Blue. HEX triplet: 1E, 35 and F3. RGB value is (30,53,243). Sum of RGB (Red+Green+Blue) = 30+53+243=326 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.20% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 243 (95.31% from 255 or 74.54% from 326); Max value from RGB is 243 - color contains mainly: blue. Hex color #1E35F3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E35F3 is #E1CA0C. Grayscale: #434343. Windows color (decimal): -14797325 or 15938846. OLE color: 15938846.

HSL color Cylindrical-coordinate representation of color #1E35F3: hue angle of 233.52º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E35F3 is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB3053243-
CMYK0.880.7800.05
HSL233.52º89.87%53.53%-
HSV(B)233.52º87.65%95.29%-
XYZ17.999.2985.64-
YUV67.78226.88101.05-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.20%
GREEN value IS 53 (21.09% from 255) = 16.26%
BLUE value IS 243 (95.31% from 255) = 74.54%
R=9.20%
G=16.26%
B=74.54%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal30532430.880.7800.05233.5289.8753.53
Hex1E35F3584E05ea5a36
Octal36653631301160535213266
Binary1111011010111110011101100010011100101111010101011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E35F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,53,243); }

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

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

 a { background-color: rgb(30,53,243); }

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

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

 span { border-color: rgb(30,53,243); }

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