#3f35e0

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

Shades of Neon Blue #3F35E0

Tints of Neon Blue #3F35E0

Color information

#3F35E0 (or 0x3F35E0) is unknown color: approx Neon Blue. HEX triplet: 3F, 35 and E0. RGB value is (63,53,224). Sum of RGB (Red+Green+Blue) = 63+53+224=340 (45% of max value = 765). Red value is 63 (25% from 255 or 18.53% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 224 (87.89% from 255 or 65.88% from 340); Max value from RGB is 224 - color contains mainly: blue. Hex color #3F35E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F35E0 is #C0CA1F. Grayscale: #4A4A4A. Windows color (decimal): -12634656 or 14693695. OLE color: 14693695.

HSL color Cylindrical-coordinate representation of color #3F35E0: hue angle of 243.51º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F35E0 is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB6353224-
CMYK0.720.7600.12
HSL243.51º73.39%54.31%-
HSV(B)243.51º76.34%87.84%-
XYZ16.788.9871.37-
YUV75.48211.81119.1-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.53%
GREEN value IS 53 (21.09% from 255) = 15.59%
BLUE value IS 224 (87.89% from 255) = 65.88%
R=18.53%
G=15.59%
B=65.88%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal63532240.720.7600.12243.5173.3954.31
Hex3F35E0484C0Cf44936
Octal776534011011401436411166
Binary111111110101111000001001000100110001100111101001001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f35e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,53,224); }

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

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

 a { background-color: rgb(63,53,224); }

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

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

 span { border-color: rgb(63,53,224); }

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