Html Css Color HEX #1E37FF Neon Blue

📋 copy color: '#1E37FF'

red 30 ◦ green 55 ◦ blue 255

#1E37FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #1E37FF

Tints of Neon Blue #1E37FF

RGB

 RED value IS 30 (12.11% from 255) = 8.82%

 GREEN value IS 55 (21.88% from 255) = 16.18%

 BLUE value IS 255 (100% from 255) = 75%

R = 8.82%
G = 16.18%
B = 75%

CMYK

 C value IS 0.88

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1E37FF (or 0x1E37FF) is known color: Neon Blue. HEX triplet: 1E, 37 and FF. RGB value is (30,55,255). Sum of RGB (Red+Green+Blue) = 30+55+255=340 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.82% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 255 (100% from 255 or 75% from 340); Max value from RGB is 255 - color contains mainly: blue. Hex color #1E37FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E37FF is #E1C800. Grayscale: #454545. Windows color (decimal): -14796801 or 16725790. OLE color: 16725790.

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

Color convert

RGB 30 55 255 -
CMYK 0.88 0.78 0 0
HSL 233.33º 1% 0.56% -
HSV(B) 233.33º 0.88% 1% -
XYZ 19.95 10.23 95.53 -
YUV 70.33 232.22 99.24 -
System Red Green Blue C M Y K H S L
Decimal 30 55 255 0.88 0.78 0 0 233.33 1 0.56
Hex 1E 37 FF 58 4E 0 0 E9 64 38
Octal 36 67 377 130 116 0 0 351 144 70
Binary 11110 110111 11111111 1011000 1001110 0 0 11101001 1100100 111000

Color Harmonies of #1E37FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E37FF

Black with #1E37FF

Text Example


Text Example

White with #1E37FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,55,255); }

 H1.HeaderClassName
 {
   color: #1E37FF;
 }
 .AnyTagClassName
 {
   color: #1E37FF;
 }
</style>

background-color css

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

 a { background-color: rgb(30,55,255); }

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

border-color css

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

 span { border-color: rgb(30,55,255); }

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