#443FF1

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

Shades of Neon Blue #443FF1

Tints of Neon Blue #443FF1

Color information

#443FF1 (or 0x443FF1) is unknown color: approx Neon Blue. HEX triplet: 44, 3F and F1. RGB value is (68,63,241). Sum of RGB (Red+Green+Blue) = 68+63+241=372 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.28% from 372); Green value is 63 (25% from 255 or 16.94% from 372); Blue value is 241 (94.53% from 255 or 64.78% from 372); Max value from RGB is 241 - color contains mainly: blue. Hex color #443FF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #443FF1 is #BBC00E. Grayscale: #545454. Windows color (decimal): -12304399 or 15810372. OLE color: 15810372.

HSL color Cylindrical-coordinate representation of color #443FF1: hue angle of 241.69º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #443FF1 is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB6863241-
CMYK0.720.7400.05
HSL241.69º86.41%59.61%-
HSV(B)241.69º73.86%94.51%-
XYZ20.0411.1384.31-
YUV84.79216.16116.03-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.28%
GREEN value IS 63 (25% from 255) = 16.94%
BLUE value IS 241 (94.53% from 255) = 64.78%
R=18.28%
G=16.94%
B=64.78%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal68632410.720.7400.05241.6986.4159.61
Hex443FF1484A05f2563c
Octal104773611101120536212674
Binary100010011111111110001100100010010100101111100101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443FF1; }

 p { color: rgb(68,63,241); }

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

<style>
 a { background-color: #443FF1; }

 a { background-color: rgb(68,63,241); }

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

<style>
 span { border-color: #443FF1; }

 span { border-color: rgb(68,63,241); }

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