#4441FB

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

Shades of Neon Blue #4441FB

Tints of Neon Blue #4441FB

Color information

#4441FB (or 0x4441FB) is unknown color: approx Neon Blue. HEX triplet: 44, 41 and FB. RGB value is (68,65,251). Sum of RGB (Red+Green+Blue) = 68+65+251=384 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.71% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 251 (98.44% from 255 or 65.36% from 384); Max value from RGB is 251 - color contains mainly: blue. Hex color #4441FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4441FB is #BBBE04. Grayscale: #565656. Windows color (decimal): -12303877 or 16466244. OLE color: 16466244.

HSL color Cylindrical-coordinate representation of color #4441FB: hue angle of 240.97º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4441FB is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB6865251-
CMYK0.730.7400.02
HSL240.97º95.88%61.96%-
HSV(B)240.97º74.1%98.43%-
XYZ21.6911.9792.44-
YUV87.1220.49114.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.71%
GREEN value IS 65 (25.78% from 255) = 16.93%
BLUE value IS 251 (98.44% from 255) = 65.36%
R=17.71%
G=16.93%
B=65.36%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal68652510.730.7400.02240.9795.8861.96
Hex4441FB494A02f1603e
Octal1041013731111120236114076
Binary100010010000011111101110010011001010010111100011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4441FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4441FB; }

 p { color: rgb(68,65,251); }

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

<style>
 a { background-color: #4441FB; }

 a { background-color: rgb(68,65,251); }

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

<style>
 span { border-color: #4441FB; }

 span { border-color: rgb(68,65,251); }

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