#4648FF

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

Shades of Neon Blue #4648FF

Tints of Neon Blue #4648FF

Color information

#4648FF (or 0x4648FF) is unknown color: approx Neon Blue. HEX triplet: 46, 48 and FF. RGB value is (70,72,255). Sum of RGB (Red+Green+Blue) = 70+72+255=397 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.63% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #4648FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4648FF is #B9B700. Grayscale: #5B5B5B. Windows color (decimal): -12171009 or 16730182. OLE color: 16730182.

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

Color convert

RGB7072255-
CMYK0.730.7200
HSL239.35º100%63.73%-
HSV(B)239.35º72.55%100%-
XYZ22.8913.1695.94-
YUV92.26219.84112.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.63%
GREEN value IS 72 (28.52% from 255) = 18.14%
BLUE value IS 255 (100% from 255) = 64.23%
R=17.63%
G=18.14%
B=64.23%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal70722550.730.7200239.3510063.73
Hex4648FF494800ef6440
Octal10611037711111000357144100
Binary100011010010001111111110010011001000001110111111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4648FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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