#4644FB

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

Shades of Neon Blue #4644FB

Tints of Neon Blue #4644FB

Color information

#4644FB (or 0x4644FB) is unknown color: approx Neon Blue. HEX triplet: 46, 44 and FB. RGB value is (70,68,251). Sum of RGB (Red+Green+Blue) = 70+68+251=389 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.99% from 389); Green value is 68 (26.95% from 255 or 17.48% from 389); Blue value is 251 (98.44% from 255 or 64.52% from 389); Max value from RGB is 251 - color contains mainly: blue. Hex color #4644FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4644FB is #B9BB04. Grayscale: #585858. Windows color (decimal): -12172037 or 16467014. OLE color: 16467014.

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

Color convert

RGB7068251-
CMYK0.720.7300.02
HSL240.66º95.81%62.55%-
HSV(B)240.66º72.91%98.43%-
XYZ22.0112.492.5-
YUV89.46219.16114.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.99%
GREEN value IS 68 (26.95% from 255) = 17.48%
BLUE value IS 251 (98.44% from 255) = 64.52%
R=17.99%
G=17.48%
B=64.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal70682510.720.7300.02240.6695.8162.55
Hex4644FB484902f1603f
Octal1061043731101110236114077
Binary100011010001001111101110010001001001010111100011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4644FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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