#4644FF

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

Shades of Neon Blue #4644FF

Tints of Neon Blue #4644FF

Color information

#4644FF (or 0x4644FF) is unknown color: approx Neon Blue. HEX triplet: 46, 44 and FF. RGB value is (70,68,255). Sum of RGB (Red+Green+Blue) = 70+68+255=393 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.81% from 393); Green value is 68 (26.95% from 255 or 17.30% 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 #4644FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4644FF is #B9BB00. Grayscale: #595959. Windows color (decimal): -12172033 or 16729158. OLE color: 16729158.

HSL color Cylindrical-coordinate representation of color #4644FF: hue angle of 240.64º 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 #4644FF is Cyan = 0.73, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB7068255-
CMYK0.730.7300
HSL240.64º100%63.33%-
HSV(B)240.64º73.33%100%-
XYZ22.6412.6695.86-
YUV89.92221.16113.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.81%
GREEN value IS 68 (26.95% from 255) = 17.30%
BLUE value IS 255 (100% from 255) = 64.89%
R=17.81%
G=17.30%
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
Decimal70682550.730.7300240.6410063.33
Hex4644FF494900f1643f
Octal1061043771111110036114477
Binary10001101000100111111111001001100100100111100011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4644FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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