#3735F1

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

Shades of Neon Blue #3735F1

Tints of Neon Blue #3735F1

Color information

#3735F1 (or 0x3735F1) is unknown color: approx Neon Blue. HEX triplet: 37, 35 and F1. RGB value is (55,53,241). Sum of RGB (Red+Green+Blue) = 55+53+241=349 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.76% from 349); Green value is 53 (21.09% from 255 or 15.19% from 349); Blue value is 241 (94.53% from 255 or 69.05% from 349); Max value from RGB is 241 - color contains mainly: blue. Hex color #3735F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3735F1 is #C8CA0E. Grayscale: #4A4A4A. Windows color (decimal): -13158927 or 15807799. OLE color: 15807799.

HSL color Cylindrical-coordinate representation of color #3735F1: hue angle of 240.64º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3735F1 is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB5553241-
CMYK0.770.7800.05
HSL240.64º87.04%57.65%-
HSV(B)240.64º78.01%94.51%-
XYZ18.739.7184.11-
YUV75.03221.66113.71-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.76%
GREEN value IS 53 (21.09% from 255) = 15.19%
BLUE value IS 241 (94.53% from 255) = 69.05%
R=15.76%
G=15.19%
B=69.05%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal55532410.770.7800.05240.6487.0457.65
Hex3735F14D4E05f1573a
Octal67653611151160536112772
Binary11011111010111110001100110110011100101111100011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3735F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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