#4848FB

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

Shades of Neon Blue #4848FB

Tints of Neon Blue #4848FB

Color information

#4848FB (or 0x4848FB) is unknown color: approx Neon Blue. HEX triplet: 48, 48 and FB. RGB value is (72,72,251). Sum of RGB (Red+Green+Blue) = 72+72+251=395 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.23% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 251 (98.44% from 255 or 63.54% from 395); Max value from RGB is 251 - color contains mainly: blue. Hex color #4848FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4848FB is #B7B704. Grayscale: #5B5B5B. Windows color (decimal): -12039941 or 16468040. OLE color: 16468040.

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

Color convert

RGB7272251-
CMYK0.710.7100.02
HSL240º95.72%63.33%-
HSV(B)240º71.31%98.43%-
XYZ22.412.9892.59-
YUV92.41217.5113.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.23%
GREEN value IS 72 (28.52% from 255) = 18.23%
BLUE value IS 251 (98.44% from 255) = 63.54%
R=18.23%
G=18.23%
B=63.54%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal72722510.710.7100.0224095.7263.33
Hex4848FB474702f0603f
Octal1101103731071070236014077
Binary100100010010001111101110001111000111010111100001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4848FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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