#3849F6

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

Shades of Neon Blue #3849F6

Tints of Neon Blue #3849F6

Color information

#3849F6 (or 0x3849F6) is unknown color: approx Neon Blue. HEX triplet: 38, 49 and F6. RGB value is (56,73,246). Sum of RGB (Red+Green+Blue) = 56+73+246=375 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.93% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 246 (96.48% from 255 or 65.6% from 375); Max value from RGB is 246 - color contains mainly: blue. Hex color #3849F6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3849F6 is #C7B609. Grayscale: #565656. Windows color (decimal): -13088266 or 16140600. OLE color: 16140600.

HSL color Cylindrical-coordinate representation of color #3849F6: hue angle of 234.63º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3849F6 is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB5673246-
CMYK0.770.7000.04
HSL234.63º91.35%59.22%-
HSV(B)234.63º77.24%96.47%-
XYZ20.6512.2688.47-
YUV87.64217.37105.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.93%
GREEN value IS 73 (28.91% from 255) = 19.47%
BLUE value IS 246 (96.48% from 255) = 65.6%
R=14.93%
G=19.47%
B=65.6%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal56732460.770.7000.04234.6391.3559.22
Hex3849F64D4604eb5b3b
Octal701113661151060435313373
Binary111000100100111110110100110110001100100111010111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3849F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3849F6; }

 p { color: rgb(56,73,246); }

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

<style>
 a { background-color: #3849F6; }

 a { background-color: rgb(56,73,246); }

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

<style>
 span { border-color: #3849F6; }

 span { border-color: rgb(56,73,246); }

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