#393CFE

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

Shades of Neon Blue #393CFE

Tints of Neon Blue #393CFE

Color information

#393CFE (or 0x393CFE) is unknown color: approx Neon Blue. HEX triplet: 39, 3C and FE. RGB value is (57,60,254). Sum of RGB (Red+Green+Blue) = 57+60+254=371 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.36% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 254 (99.61% from 255 or 68.46% from 371); Max value from RGB is 254 - color contains mainly: blue. Hex color #393CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #393CFE is #C6C301. Grayscale: #505050. Windows color (decimal): -13026050 or 16661561. OLE color: 16661561.

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

Color convert

RGB5760254-
CMYK0.780.7600.00
HSL239.09º98.99%60.98%-
HSV(B)239.09º77.56%99.61%-
XYZ21.1911.2694.82-
YUV81.22225.51110.73-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.36%
GREEN value IS 60 (23.83% from 255) = 16.17%
BLUE value IS 254 (99.61% from 255) = 68.46%
R=15.36%
G=16.17%
B=68.46%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal57602540.780.7600.00239.0998.9960.98
Hex393CFE4E4C00ef633d
Octal71743761161140035714375
Binary111001111100111111101001110100110000111011111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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