#3A48FD

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

Shades of Neon Blue #3A48FD

Tints of Neon Blue #3A48FD

Color information

#3A48FD (or 0x3A48FD) is unknown color: approx Neon Blue. HEX triplet: 3A, 48 and FD. RGB value is (58,72,253). Sum of RGB (Red+Green+Blue) = 58+72+253=383 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.14% from 383); Green value is 72 (28.52% from 255 or 18.80% from 383); Blue value is 253 (99.22% from 255 or 66.06% from 383); Max value from RGB is 253 - color contains mainly: blue. Hex color #3A48FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A48FD is #C5B702. Grayscale: #575757. Windows color (decimal): -12957443 or 16599098. OLE color: 16599098.

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

Color convert

RGB5872253-
CMYK0.770.7200.01
HSL235.69º97.99%60.98%-
HSV(B)235.69º77.08%99.22%-
XYZ21.7912.6394.22-
YUV88.45220.86106.28-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.14%
GREEN value IS 72 (28.52% from 255) = 18.80%
BLUE value IS 253 (99.22% from 255) = 66.06%
R=15.14%
G=18.80%
B=66.06%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal58722530.770.7200.01235.6997.9960.98
Hex3A48FD4D4801ec623d
Octal721103751151100135414275
Binary1110101001000111111011001101100100001111011001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A48FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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