#393AFE

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

Shades of Neon Blue #393AFE

Tints of Neon Blue #393AFE

Color information

#393AFE (or 0x393AFE) is unknown color: approx Neon Blue. HEX triplet: 39, 3A and FE. RGB value is (57,58,254). Sum of RGB (Red+Green+Blue) = 57+58+254=369 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.45% from 369); Green value is 58 (23.05% from 255 or 15.72% from 369); Blue value is 254 (99.61% from 255 or 68.83% from 369); Max value from RGB is 254 - color contains mainly: blue. Hex color #393AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #393AFE is #C6C501. Grayscale: #4F4F4F. Windows color (decimal): -13026562 or 16661049. OLE color: 16661049.

HSL color Cylindrical-coordinate representation of color #393AFE: hue angle of 239.7º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #393AFE is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB5758254-
CMYK0.780.7700.00
HSL239.7º98.99%60.98%-
HSV(B)239.7º77.56%99.61%-
XYZ21.0911.0594.79-
YUV80.04226.17111.56-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.45%
GREEN value IS 58 (23.05% from 255) = 15.72%
BLUE value IS 254 (99.61% from 255) = 68.83%
R=15.45%
G=15.72%
B=68.83%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal57582540.780.7700.00239.798.9960.98
Hex393AFE4E4D00f0633d
Octal71723761161150036014375
Binary111001111010111111101001110100110100111100001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393AFE; }

 p { color: rgb(57,58,254); }

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

<style>
 a { background-color: #393AFE; }

 a { background-color: rgb(57,58,254); }

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

<style>
 span { border-color: #393AFE; }

 span { border-color: rgb(57,58,254); }

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