#3E35F1

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

Shades of Neon Blue #3E35F1

Tints of Neon Blue #3E35F1

Color information

#3E35F1 (or 0x3E35F1) is unknown color: approx Neon Blue. HEX triplet: 3E, 35 and F1. RGB value is (62,53,241). Sum of RGB (Red+Green+Blue) = 62+53+241=356 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.42% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 241 (94.53% from 255 or 67.70% from 356); Max value from RGB is 241 - color contains mainly: blue. Hex color #3E35F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E35F1 is #C1CA0E. Grayscale: #4C4C4C. Windows color (decimal): -12700175 or 15807806. OLE color: 15807806.

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

Color convert

RGB6253241-
CMYK0.740.7800.05
HSL242.87º87.04%57.65%-
HSV(B)242.87º78.01%94.51%-
XYZ19.149.9284.13-
YUV77.12220.48117.21-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.42%
GREEN value IS 53 (21.09% from 255) = 14.89%
BLUE value IS 241 (94.53% from 255) = 67.70%
R=17.42%
G=14.89%
B=67.70%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal62532410.740.7800.05242.8787.0457.65
Hex3E35F14A4E05f3573a
Octal76653611121160536312772
Binary11111011010111110001100101010011100101111100111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E35F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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