#393CED

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

Shades of Neon Blue #393CED

Tints of Neon Blue #393CED

Color information

#393CED (or 0x393CED) is unknown color: approx Neon Blue. HEX triplet: 39, 3C and ED. RGB value is (57,60,237). Sum of RGB (Red+Green+Blue) = 57+60+237=354 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.10% from 354); Green value is 60 (23.83% from 255 or 16.95% from 354); Blue value is 237 (92.97% from 255 or 66.95% from 354); Max value from RGB is 237 - color contains mainly: blue. Hex color #393CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #393CED is #C6C312. Grayscale: #4E4E4E. Windows color (decimal): -13026067 or 15547449. OLE color: 15547449.

HSL color Cylindrical-coordinate representation of color #393CED: hue angle of 239º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #393CED is Cyan = 0.76, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB5760237-
CMYK0.760.7500.07
HSL239º83.33%57.65%-
HSV(B)239º75.95%92.94%-
XYZ18.5910.2281.11-
YUV79.28217.01112.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.10%
GREEN value IS 60 (23.83% from 255) = 16.95%
BLUE value IS 237 (92.97% from 255) = 66.95%
R=16.10%
G=16.95%
B=66.95%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal57602370.760.7500.0723983.3357.65
Hex393CED4C4B07ef533a
Octal71743551141130735712372
Binary11100111110011101101100110010010110111111011111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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