#4848FD

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

Shades of Neon Blue #4848FD

Tints of Neon Blue #4848FD

Color information

#4848FD (or 0x4848FD) is unknown color: approx Neon Blue. HEX triplet: 48, 48 and FD. RGB value is (72,72,253). Sum of RGB (Red+Green+Blue) = 72+72+253=397 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.14% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 253 (99.22% from 255 or 63.73% from 397); Max value from RGB is 253 - color contains mainly: blue. Hex color #4848FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4848FD is #B7B702. Grayscale: #5B5B5B. Windows color (decimal): -12039939 or 16599112. OLE color: 16599112.

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

Color convert

RGB7272253-
CMYK0.720.7200.01
HSL240º97.84%63.73%-
HSV(B)240º71.54%99.22%-
XYZ22.7213.194.26-
YUV92.63218.5113.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.14%
GREEN value IS 72 (28.52% from 255) = 18.14%
BLUE value IS 253 (99.22% from 255) = 63.73%
R=18.14%
G=18.14%
B=63.73%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal72722530.720.7200.0124097.8463.73
Hex4848FD484801f06240
Octal11011037511011001360142100
Binary100100010010001111110110010001001000011111000011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4848FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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