#4A48FD

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

Shades of Neon Blue #4A48FD

Tints of Neon Blue #4A48FD

Color information

#4A48FD (or 0x4A48FD) is unknown color: approx Neon Blue. HEX triplet: 4A, 48 and FD. RGB value is (74,72,253). Sum of RGB (Red+Green+Blue) = 74+72+253=399 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.55% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 253 (99.22% from 255 or 63.41% from 399); Max value from RGB is 253 - color contains mainly: blue. Hex color #4A48FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A48FD is #B5B702. Grayscale: #5C5C5C. Windows color (decimal): -11908867 or 16599114. OLE color: 16599114.

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

Color convert

RGB7472253-
CMYK0.710.7200.01
HSL240.66º97.84%63.73%-
HSV(B)240.66º71.54%99.22%-
XYZ22.8713.1894.27-
YUV93.23218.16114.28-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.55%
GREEN value IS 72 (28.52% from 255) = 18.05%
BLUE value IS 253 (99.22% from 255) = 63.41%
R=18.55%
G=18.05%
B=63.41%

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
Decimal74722530.710.7200.01240.6697.8463.73
Hex4A48FD474801f16240
Octal11211037510711001361142100
Binary100101010010001111110110001111001000011111000111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A48FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A48FD; }

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

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

<style>
 a { background-color: #4A48FD; }

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

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

<style>
 span { border-color: #4A48FD; }

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

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