#3949FD

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

Shades of Neon Blue #3949FD

Tints of Neon Blue #3949FD

Color information

#3949FD (or 0x3949FD) is unknown color: approx Neon Blue. HEX triplet: 39, 49 and FD. RGB value is (57,73,253). Sum of RGB (Red+Green+Blue) = 57+73+253=383 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.88% from 383); Green value is 73 (28.91% from 255 or 19.06% 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 #3949FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3949FD is #C6B602. Grayscale: #585858. Windows color (decimal): -13022723 or 16599353. OLE color: 16599353.

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

Color convert

RGB5773253-
CMYK0.770.7100.01
HSL235.1º98%60.78%-
HSV(B)235.1º77.47%99.22%-
XYZ21.812.7394.24-
YUV88.74220.7105.36-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.88%
GREEN value IS 73 (28.91% from 255) = 19.06%
BLUE value IS 253 (99.22% from 255) = 66.06%
R=14.88%
G=19.06%
B=66.06%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal57732530.770.7100.01235.19860.78
Hex3949FD4D4701eb623d
Octal711113751151070135314275
Binary1110011001001111111011001101100011101111010111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3949FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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