#3E52FE

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

Shades of Neon Blue #3E52FE

Tints of Neon Blue #3E52FE

Color information

#3E52FE (or 0x3E52FE) is unknown color: approx Neon Blue. HEX triplet: 3E, 52 and FE. RGB value is (62,82,254). Sum of RGB (Red+Green+Blue) = 62+82+254=398 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.58% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 254 (99.61% from 255 or 63.82% from 398); Max value from RGB is 254 - color contains mainly: blue. Hex color #3E52FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E52FE is #C1AD01. Grayscale: #5E5E5E. Windows color (decimal): -12692738 or 16667198. OLE color: 16667198.

HSL color Cylindrical-coordinate representation of color #3E52FE: hue angle of 233.75º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E52FE is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB6282254-
CMYK0.760.6800.00
HSL233.75º98.97%61.96%-
HSV(B)233.75º75.59%99.61%-
XYZ22.8914.2195.3-
YUV95.63217.37104.01-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 15.58%
GREEN value IS 82 (32.42% from 255) = 20.60%
BLUE value IS 254 (99.61% from 255) = 63.82%
R=15.58%
G=20.60%
B=63.82%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal62822540.760.6800.00233.7598.9761.96
Hex3E52FE4C4400ea633e
Octal761223761141040035214376
Binary1111101010010111111101001100100010000111010101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E52FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,82,254); }

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

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

 a { background-color: rgb(62,82,254); }

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

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

 span { border-color: rgb(62,82,254); }

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