#1E35FD

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

Shades of Neon Blue #1E35FD

Tints of Neon Blue #1E35FD

Color information

#1E35FD (or 0x1E35FD) is unknown color: approx Neon Blue. HEX triplet: 1E, 35 and FD. RGB value is (30,53,253). Sum of RGB (Red+Green+Blue) = 30+53+253=336 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.93% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 253 (99.22% from 255 or 75.30% from 336); Max value from RGB is 253 - color contains mainly: blue. Hex color #1E35FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E35FD is #E1CA02. Grayscale: #444444. Windows color (decimal): -14797315 or 16594206. OLE color: 16594206.

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

Color convert

RGB3053253-
CMYK0.880.7900.01
HSL233.81º98.24%55.49%-
HSV(B)233.81º88.14%99.22%-
XYZ19.549.9193.81-
YUV68.92231.88100.24-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.93%
GREEN value IS 53 (21.09% from 255) = 15.77%
BLUE value IS 253 (99.22% from 255) = 75.30%
R=8.93%
G=15.77%
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.01
SystemRedGreenBlueCMYKHSL
Decimal30532530.880.7900.01233.8198.2455.49
Hex1E35FD584F01ea6237
Octal36653751301170135214267
Binary11110110101111111011011000100111101111010101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E35FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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