#4844FB

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

Shades of Neon Blue #4844FB

Tints of Neon Blue #4844FB

Color information

#4844FB (or 0x4844FB) is unknown color: approx Neon Blue. HEX triplet: 48, 44 and FB. RGB value is (72,68,251). Sum of RGB (Red+Green+Blue) = 72+68+251=391 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.41% from 391); Green value is 68 (26.95% from 255 or 17.39% from 391); Blue value is 251 (98.44% from 255 or 64.19% from 391); Max value from RGB is 251 - color contains mainly: blue. Hex color #4844FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4844FB is #B7BB04. Grayscale: #595959. Windows color (decimal): -12040965 or 16467016. OLE color: 16467016.

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

Color convert

RGB7268251-
CMYK0.710.7300.02
HSL241.31º95.81%62.55%-
HSV(B)241.31º72.91%98.43%-
XYZ22.1512.4892.51-
YUV90.06218.83115.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.41%
GREEN value IS 68 (26.95% from 255) = 17.39%
BLUE value IS 251 (98.44% from 255) = 64.19%
R=18.41%
G=17.39%
B=64.19%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal72682510.710.7300.02241.3195.8162.55
Hex4844FB474902f1603f
Octal1101043731071110236114077
Binary100100010001001111101110001111001001010111100011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4844FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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