#4948FD

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

Shades of Neon Blue #4948FD

Tints of Neon Blue #4948FD

Color information

#4948FD (or 0x4948FD) is unknown color: approx Neon Blue. HEX triplet: 49, 48 and FD. RGB value is (73,72,253). Sum of RGB (Red+Green+Blue) = 73+72+253=398 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.34% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 253 (99.22% from 255 or 63.57% from 398); Max value from RGB is 253 - color contains mainly: blue. Hex color #4948FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4948FD is #B6B702. Grayscale: #5C5C5C. Windows color (decimal): -11974403 or 16599113. OLE color: 16599113.

HSL color Cylindrical-coordinate representation of color #4948FD: hue angle of 240.33º 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 #4948FD is Cyan = 0.71, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB7372253-
CMYK0.710.7200.01
HSL240.33º97.84%63.73%-
HSV(B)240.33º71.54%99.22%-
XYZ22.7913.1494.26-
YUV92.93218.33113.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.34%
GREEN value IS 72 (28.52% from 255) = 18.09%
BLUE value IS 253 (99.22% from 255) = 63.57%
R=18.34%
G=18.09%
B=63.57%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal73722530.710.7200.01240.3397.8463.73
Hex4948FD474801f06240
Octal11111037510711001360142100
Binary100100110010001111110110001111001000011111000011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4948FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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