#393BFE

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

Shades of Neon Blue #393BFE

Tints of Neon Blue #393BFE

Color information

#393BFE (or 0x393BFE) is unknown color: approx Neon Blue. HEX triplet: 39, 3B and FE. RGB value is (57,59,254). Sum of RGB (Red+Green+Blue) = 57+59+254=370 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.41% from 370); Green value is 59 (23.44% from 255 or 15.95% from 370); Blue value is 254 (99.61% from 255 or 68.65% from 370); Max value from RGB is 254 - color contains mainly: blue. Hex color #393BFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #393BFE is #C6C401. Grayscale: #4F4F4F. Windows color (decimal): -13026306 or 16661305. OLE color: 16661305.

HSL color Cylindrical-coordinate representation of color #393BFE: hue angle of 239.39º 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 #393BFE is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB5759254-
CMYK0.780.7700.00
HSL239.39º98.99%60.98%-
HSV(B)239.39º77.56%99.61%-
XYZ21.1411.1594.8-
YUV80.63225.84111.14-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.41%
GREEN value IS 59 (23.44% from 255) = 15.95%
BLUE value IS 254 (99.61% from 255) = 68.65%
R=15.41%
G=15.95%
B=68.65%

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
Decimal57592540.780.7700.00239.3998.9960.98
Hex393BFE4E4D00ef633d
Octal71733761161150035714375
Binary111001111011111111101001110100110100111011111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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