#4844FF

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

Shades of Neon Blue #4844FF

Tints of Neon Blue #4844FF

Color information

#4844FF (or 0x4844FF) is unknown color: approx Neon Blue. HEX triplet: 48, 44 and FF. RGB value is (72,68,255). Sum of RGB (Red+Green+Blue) = 72+68+255=395 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.23% from 395); Green value is 68 (26.95% from 255 or 17.22% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #4844FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4844FF is #B7BB00. Grayscale: #595959. Windows color (decimal): -12040961 or 16729160. OLE color: 16729160.

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

Color convert

RGB7268255-
CMYK0.720.7300
HSL241.28º100%63.33%-
HSV(B)241.28º73.33%100%-
XYZ22.7912.7395.86-
YUV90.51220.83114.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.23%
GREEN value IS 68 (26.95% from 255) = 17.22%
BLUE value IS 255 (100% from 255) = 64.56%
R=18.23%
G=17.22%
B=64.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal72682550.720.7300241.2810063.33
Hex4844FF484900f1643f
Octal1101043771101110036114477
Binary10010001000100111111111001000100100100111100011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4844FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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