#3E38F8

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

Shades of Neon Blue #3E38F8

Tints of Neon Blue #3E38F8

Color information

#3E38F8 (or 0x3E38F8) is unknown color: approx Neon Blue. HEX triplet: 3E, 38 and F8. RGB value is (62,56,248). Sum of RGB (Red+Green+Blue) = 62+56+248=366 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.94% from 366); Green value is 56 (22.27% from 255 or 15.30% from 366); Blue value is 248 (97.27% from 255 or 67.76% from 366); Max value from RGB is 248 - color contains mainly: blue. Hex color #3E38F8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E38F8 is #C1C707. Grayscale: #4E4E4E. Windows color (decimal): -12699400 or 16267326. OLE color: 16267326.

HSL color Cylindrical-coordinate representation of color #3E38F8: hue angle of 241.88º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E38F8 is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB6256248-
CMYK0.750.7700.03
HSL241.88º93.2%59.61%-
HSV(B)241.88º77.42%97.25%-
XYZ20.3410.6389.79-
YUV79.68222.99115.39-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.94%
GREEN value IS 56 (22.27% from 255) = 15.30%
BLUE value IS 248 (97.27% from 255) = 67.76%
R=16.94%
G=15.30%
B=67.76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal62562480.750.7700.03241.8893.259.61
Hex3E38F84B4D03f25d3c
Octal76703701131150336213574
Binary1111101110001111100010010111001101011111100101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E38F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,56,248); }

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

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

 a { background-color: rgb(62,56,248); }

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

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

 span { border-color: rgb(62,56,248); }

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