#4439DC

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

Shades of Neon Blue #4439DC

Tints of Neon Blue #4439DC

Color information

#4439DC (or 0x4439DC) is unknown color: approx Neon Blue. HEX triplet: 44, 39 and DC. RGB value is (68,57,220). Sum of RGB (Red+Green+Blue) = 68+57+220=345 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.71% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #4439DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4439DC is #BBC623. Grayscale: #4E4E4E. Windows color (decimal): -12305956 or 14432580. OLE color: 14432580.

HSL color Cylindrical-coordinate representation of color #4439DC: hue angle of 244.05º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4439DC is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB6857220-
CMYK0.690.7400.14
HSL244.05º69.96%54.31%-
HSV(B)244.05º74.09%86.27%-
XYZ16.779.3268.63-
YUV78.87207.64120.25-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.71%
GREEN value IS 57 (22.66% from 255) = 16.52%
BLUE value IS 220 (86.33% from 255) = 63.77%
R=19.71%
G=16.52%
B=63.77%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal68572200.690.7400.14244.0569.9654.31
Hex4439DC454A0Ef44636
Octal1047133410511201636410666
Binary1000100111001110111001000101100101001110111101001000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4439DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4439DC; }

 p { color: rgb(68,57,220); }

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

<style>
 a { background-color: #4439DC; }

 a { background-color: rgb(68,57,220); }

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

<style>
 span { border-color: #4439DC; }

 span { border-color: rgb(68,57,220); }

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