#3A48FA

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

Shades of Neon Blue #3A48FA

Tints of Neon Blue #3A48FA

Color information

#3A48FA (or 0x3A48FA) is unknown color: approx Neon Blue. HEX triplet: 3A, 48 and FA. RGB value is (58,72,250). Sum of RGB (Red+Green+Blue) = 58+72+250=380 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.26% from 380); Green value is 72 (28.52% from 255 or 18.95% from 380); Blue value is 250 (98.05% from 255 or 65.79% from 380); Max value from RGB is 250 - color contains mainly: blue. Hex color #3A48FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A48FA is #C5B705. Grayscale: #575757. Windows color (decimal): -12957446 or 16402490. OLE color: 16402490.

HSL color Cylindrical-coordinate representation of color #3A48FA: hue angle of 235.62º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A48FA is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB5872250-
CMYK0.770.7100.02
HSL235.62º95.05%60.39%-
HSV(B)235.62º76.8%98.04%-
XYZ21.3212.4491.72-
YUV88.11219.36106.53-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.26%
GREEN value IS 72 (28.52% from 255) = 18.95%
BLUE value IS 250 (98.05% from 255) = 65.79%
R=15.26%
G=18.95%
B=65.79%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal58722500.770.7100.02235.6295.0560.39
Hex3A48FA4D4702ec5f3c
Octal721103721151070235413774
Binary11101010010001111101010011011000111010111011001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A48FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A48FA; }

 p { color: rgb(58,72,250); }

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

<style>
 a { background-color: #3A48FA; }

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

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

<style>
 span { border-color: #3A48FA; }

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

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