#3A47FD

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

Shades of Neon Blue #3A47FD

Tints of Neon Blue #3A47FD

Color information

#3A47FD (or 0x3A47FD) is unknown color: approx Neon Blue. HEX triplet: 3A, 47 and FD. RGB value is (58,71,253). Sum of RGB (Red+Green+Blue) = 58+71+253=382 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.18% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 253 (99.22% from 255 or 66.23% from 382); Max value from RGB is 253 - color contains mainly: blue. Hex color #3A47FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A47FD is #C5B802. Grayscale: #575757. Windows color (decimal): -12957699 or 16598842. OLE color: 16598842.

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

Color convert

RGB5871253-
CMYK0.770.7200.01
HSL236º97.99%60.98%-
HSV(B)236º77.08%99.22%-
XYZ21.7312.594.2-
YUV87.86221.19106.7-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.18%
GREEN value IS 71 (28.12% from 255) = 18.59%
BLUE value IS 253 (99.22% from 255) = 66.23%
R=15.18%
G=18.59%
B=66.23%

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
Decimal58712530.770.7200.0123697.9960.98
Hex3A47FD4D4801ec623d
Octal721073751151100135414275
Binary1110101000111111111011001101100100001111011001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A47FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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