#3B35F1

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

Shades of Neon Blue #3B35F1

Tints of Neon Blue #3B35F1

Color information

#3B35F1 (or 0x3B35F1) is unknown color: approx Neon Blue. HEX triplet: 3B, 35 and F1. RGB value is (59,53,241). Sum of RGB (Red+Green+Blue) = 59+53+241=353 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.71% from 353); Green value is 53 (21.09% from 255 or 15.01% from 353); Blue value is 241 (94.53% from 255 or 68.27% from 353); Max value from RGB is 241 - color contains mainly: blue. Hex color #3B35F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B35F1 is #C4CA0E. Grayscale: #4B4B4B. Windows color (decimal): -12896783 or 15807803. OLE color: 15807803.

HSL color Cylindrical-coordinate representation of color #3B35F1: hue angle of 241.91º 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 #3B35F1 is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB5953241-
CMYK0.760.7800.05
HSL241.91º87.04%57.65%-
HSV(B)241.91º78.01%94.51%-
XYZ18.959.8384.12-
YUV76.23220.99115.71-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.71%
GREEN value IS 53 (21.09% from 255) = 15.01%
BLUE value IS 241 (94.53% from 255) = 68.27%
R=16.71%
G=15.01%
B=68.27%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal59532410.760.7800.05241.9187.0457.65
Hex3B35F14C4E05f2573a
Octal73653611141160536212772
Binary11101111010111110001100110010011100101111100101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B35F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B35F1; }

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

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

<style>
 a { background-color: #3B35F1; }

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

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

<style>
 span { border-color: #3B35F1; }

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

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