#3735F6

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

Shades of Neon Blue #3735F6

Tints of Neon Blue #3735F6

Color information

#3735F6 (or 0x3735F6) is unknown color: approx Neon Blue. HEX triplet: 37, 35 and F6. RGB value is (55,53,246). Sum of RGB (Red+Green+Blue) = 55+53+246=354 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.54% from 354); Green value is 53 (21.09% from 255 or 14.97% from 354); Blue value is 246 (96.48% from 255 or 69.49% from 354); Max value from RGB is 246 - color contains mainly: blue. Hex color #3735F6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3735F6 is #C8CA09. Grayscale: #4A4A4A. Windows color (decimal): -13158922 or 16135479. OLE color: 16135479.

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

Color convert

RGB5553246-
CMYK0.780.7800.04
HSL240.62º91.47%58.63%-
HSV(B)240.62º78.46%96.47%-
XYZ19.4810.0188.09-
YUV75.6224.16113.31-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.54%
GREEN value IS 53 (21.09% from 255) = 14.97%
BLUE value IS 246 (96.48% from 255) = 69.49%
R=15.54%
G=14.97%
B=69.49%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal55532460.780.7800.04240.6291.4758.63
Hex3735F64E4E04f15b3b
Octal67653661161160436113373
Binary11011111010111110110100111010011100100111100011011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3735F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,53,246); }

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

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

 a { background-color: rgb(55,53,246); }

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

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

 span { border-color: rgb(55,53,246); }

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