#3849FE

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

Shades of Neon Blue #3849FE

Tints of Neon Blue #3849FE

Color information

#3849FE (or 0x3849FE) is unknown color: approx Neon Blue. HEX triplet: 38, 49 and FE. RGB value is (56,73,254). Sum of RGB (Red+Green+Blue) = 56+73+254=383 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.62% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 254 (99.61% from 255 or 66.32% from 383); Max value from RGB is 254 - color contains mainly: blue. Hex color #3849FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3849FE is #C7B601. Grayscale: #575757. Windows color (decimal): -13088258 or 16664888. OLE color: 16664888.

HSL color Cylindrical-coordinate representation of color #3849FE: hue angle of 234.85º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3849FE is Cyan = 0.78, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB5673254-
CMYK0.780.7100.00
HSL234.85º99%60.78%-
HSV(B)234.85º77.95%99.61%-
XYZ21.912.7695.07-
YUV88.55221.37104.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.62%
GREEN value IS 73 (28.91% from 255) = 19.06%
BLUE value IS 254 (99.61% from 255) = 66.32%
R=14.62%
G=19.06%
B=66.32%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal56732540.780.7100.00234.859960.78
Hex3849FE4E4700eb633d
Octal701113761161070035314375
Binary1110001001001111111101001110100011100111010111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3849FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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