#444BEB

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

Shades of Neon Blue #444BEB

Tints of Neon Blue #444BEB

Color information

#444BEB (or 0x444BEB) is unknown color: approx Neon Blue. HEX triplet: 44, 4B and EB. RGB value is (68,75,235). Sum of RGB (Red+Green+Blue) = 68+75+235=378 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.99% from 378); Green value is 75 (29.69% from 255 or 19.84% from 378); Blue value is 235 (92.19% from 255 or 62.17% from 378); Max value from RGB is 235 - color contains mainly: blue. Hex color #444BEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #444BEB is #BBB414. Grayscale: #5A5A5A. Windows color (decimal): -12301333 or 15420228. OLE color: 15420228.

HSL color Cylindrical-coordinate representation of color #444BEB: hue angle of 237.49º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #444BEB is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB6875235-
CMYK0.710.6800.08
HSL237.49º80.68%59.41%-
HSV(B)237.49º71.06%92.16%-
XYZ19.912.2679.91-
YUV91.15209.18111.49-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.99%
GREEN value IS 75 (29.69% from 255) = 19.84%
BLUE value IS 235 (92.19% from 255) = 62.17%
R=17.99%
G=19.84%
B=62.17%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal68752350.710.6800.08237.4980.6859.41
Hex444BEB474408ed513b
Octal10411335310710401035512173
Binary10001001001011111010111000111100010001000111011011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444BEB; }

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

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

<style>
 a { background-color: #444BEB; }

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

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

<style>
 span { border-color: #444BEB; }

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

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