#3e35fd

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

Shades of Neon Blue #3E35FD

Tints of Neon Blue #3E35FD

Color information

#3E35FD (or 0x3E35FD) is unknown color: approx Neon Blue. HEX triplet: 3E, 35 and FD. RGB value is (62,53,253). Sum of RGB (Red+Green+Blue) = 62+53+253=368 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.85% from 368); Green value is 53 (21.09% from 255 or 14.40% from 368); Blue value is 253 (99.22% from 255 or 68.75% from 368); Max value from RGB is 253 - color contains mainly: blue. Hex color #3E35FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E35FD is #C1CA02. Grayscale: #4D4D4D. Windows color (decimal): -12700163 or 16594238. OLE color: 16594238.

HSL color Cylindrical-coordinate representation of color #3E35FD: hue angle of 242.7º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3E35FD is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB6253253-
CMYK0.750.7900.01
HSL242.7º98.04%60%-
HSV(B)242.7º79.05%99.22%-
XYZ20.9910.6693.88-
YUV78.49226.48116.24-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.85%
GREEN value IS 53 (21.09% from 255) = 14.40%
BLUE value IS 253 (99.22% from 255) = 68.75%
R=16.85%
G=14.40%
B=68.75%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal62532530.750.7900.01242.798.0460
Hex3E35FD4B4F01f3623c
Octal76653751131170136314274
Binary111110110101111111011001011100111101111100111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3e35fd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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