#3e44f0

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

Shades of Neon Blue #3E44F0

Tints of Neon Blue #3E44F0

Color information

#3E44F0 (or 0x3E44F0) is unknown color: approx Neon Blue. HEX triplet: 3E, 44 and F0. RGB value is (62,68,240). Sum of RGB (Red+Green+Blue) = 62+68+240=370 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.76% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 240 (94.14% from 255 or 64.86% from 370); Max value from RGB is 240 - color contains mainly: blue. Hex color #3E44F0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E44F0 is #C1BB0F. Grayscale: #555555. Windows color (decimal): -12696336 or 15746110. OLE color: 15746110.

HSL color Cylindrical-coordinate representation of color #3E44F0: hue angle of 237.98º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E44F0 is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB6268240-
CMYK0.740.7200.06
HSL237.98º85.58%59.22%-
HSV(B)237.98º74.17%94.12%-
XYZ19.7811.4583.61-
YUV85.81215.01111.01-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.76%
GREEN value IS 68 (26.95% from 255) = 18.38%
BLUE value IS 240 (94.14% from 255) = 64.86%
R=16.76%
G=18.38%
B=64.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal62682400.740.7200.06237.9885.5859.22
Hex3E44F04A4806ee563b
Octal761043601121100635612673
Binary111110100010011110000100101010010000110111011101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3e44f0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3e44f0; }

 p { color: rgb(62,68,240); }

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

<style>
 a { background-color: #3e44f0; }

 a { background-color: rgb(62,68,240); }

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

<style>
 span { border-color: #3e44f0; }

 span { border-color: rgb(62,68,240); }

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

cancel