#4446FF

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

Shades of Neon Blue #4446FF

Tints of Neon Blue #4446FF

Color information

#4446FF (or 0x4446FF) is unknown color: approx Neon Blue. HEX triplet: 44, 46 and FF. RGB value is (68,70,255). Sum of RGB (Red+Green+Blue) = 68+70+255=393 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.30% from 393); Green value is 70 (27.73% from 255 or 17.81% from 393); Blue value is 255 (100% from 255 or 64.89% from 393); Max value from RGB is 255 - color contains mainly: blue. Hex color #4446FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4446FF is #BBB900. Grayscale: #595959. Windows color (decimal): -12302593 or 16729668. OLE color: 16729668.

HSL color Cylindrical-coordinate representation of color #4446FF: hue angle of 239.36º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4446FF is Cyan = 0.73, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB6870255-
CMYK0.730.7300
HSL239.36º100%63.33%-
HSV(B)239.36º73.33%100%-
XYZ22.6212.8395.89-
YUV90.49220.84111.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.30%
GREEN value IS 70 (27.73% from 255) = 17.81%
BLUE value IS 255 (100% from 255) = 64.89%
R=17.30%
G=17.81%
B=64.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal68702550.730.7300239.3610063.33
Hex4446FF494900ef643f
Octal1041063771111110035714477
Binary10001001000110111111111001001100100100111011111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4446FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4446FF; }

 p { color: rgb(68,70,255); }

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

<style>
 a { background-color: #4446FF; }

 a { background-color: rgb(68,70,255); }

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

<style>
 span { border-color: #4446FF; }

 span { border-color: rgb(68,70,255); }

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