#3834F0

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

Shades of Neon Blue #3834F0

Tints of Neon Blue #3834F0

Color information

#3834F0 (or 0x3834F0) is unknown color: approx Neon Blue. HEX triplet: 38, 34 and F0. RGB value is (56,52,240). Sum of RGB (Red+Green+Blue) = 56+52+240=348 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.09% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 240 (94.14% from 255 or 68.97% from 348); Max value from RGB is 240 - color contains mainly: blue. Hex color #3834F0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3834F0 is #C7CB0F. Grayscale: #494949. Windows color (decimal): -13093648 or 15742008. OLE color: 15742008.

HSL color Cylindrical-coordinate representation of color #3834F0: hue angle of 241.28º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3834F0 is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB5652240-
CMYK0.770.7800.06
HSL241.28º86.24%57.25%-
HSV(B)241.28º78.33%94.12%-
XYZ18.599.5983.31-
YUV74.63221.33114.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.09%
GREEN value IS 52 (20.70% from 255) = 14.94%
BLUE value IS 240 (94.14% from 255) = 68.97%
R=16.09%
G=14.94%
B=68.97%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal56522400.770.7800.06241.2886.2457.25
Hex3834F04D4E06f15639
Octal70643601151160636112671
Binary11100011010011110000100110110011100110111100011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3834F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3834F0; }

 p { color: rgb(56,52,240); }

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

<style>
 a { background-color: #3834F0; }

 a { background-color: rgb(56,52,240); }

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

<style>
 span { border-color: #3834F0; }

 span { border-color: rgb(56,52,240); }

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