#3844EB

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

Shades of Neon Blue #3844EB

Tints of Neon Blue #3844EB

Color information

#3844EB (or 0x3844EB) is unknown color: approx Neon Blue. HEX triplet: 38, 44 and EB. RGB value is (56,68,235). Sum of RGB (Red+Green+Blue) = 56+68+235=359 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.60% from 359); Green value is 68 (26.95% from 255 or 18.94% from 359); Blue value is 235 (92.19% from 255 or 65.46% from 359); Max value from RGB is 235 - color contains mainly: blue. Hex color #3844EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3844EB is #C7BB14. Grayscale: #525252. Windows color (decimal): -13089557 or 15418424. OLE color: 15418424.

HSL color Cylindrical-coordinate representation of color #3844EB: hue angle of 235.98º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3844EB is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB5668235-
CMYK0.760.7100.08
HSL235.98º81.74%57.06%-
HSV(B)235.98º76.17%92.16%-
XYZ18.6910.9779.73-
YUV83.45213.52108.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.60%
GREEN value IS 68 (26.95% from 255) = 18.94%
BLUE value IS 235 (92.19% from 255) = 65.46%
R=15.60%
G=18.94%
B=65.46%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal56682350.760.7100.08235.9881.7457.06
Hex3844EB4C4708ec5239
Octal7010435311410701035412271
Binary1110001000100111010111001100100011101000111011001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3844EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3844EB; }

 p { color: rgb(56,68,235); }

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

<style>
 a { background-color: #3844EB; }

 a { background-color: rgb(56,68,235); }

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

<style>
 span { border-color: #3844EB; }

 span { border-color: rgb(56,68,235); }

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