#383AED

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

Shades of Neon Blue #383AED

Tints of Neon Blue #383AED

Color information

#383AED (or 0x383AED) is unknown color: approx Neon Blue. HEX triplet: 38, 3A and ED. RGB value is (56,58,237). Sum of RGB (Red+Green+Blue) = 56+58+237=351 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.95% from 351); Green value is 58 (23.05% from 255 or 16.52% from 351); Blue value is 237 (92.97% from 255 or 67.52% from 351); Max value from RGB is 237 - color contains mainly: blue. Hex color #383AED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383AED is #C7C512. Grayscale: #4D4D4D. Windows color (decimal): -13092115 or 15546936. OLE color: 15546936.

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

Color convert

RGB5658237-
CMYK0.760.7600.07
HSL239.34º83.41%57.45%-
HSV(B)239.34º76.37%92.94%-
XYZ18.439.9881.08-
YUV77.81217.84112.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.95%
GREEN value IS 58 (23.05% from 255) = 16.52%
BLUE value IS 237 (92.97% from 255) = 67.52%
R=15.95%
G=16.52%
B=67.52%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal56582370.760.7600.07239.3483.4157.45
Hex383AED4C4C07ef5339
Octal70723551141140735712371
Binary11100011101011101101100110010011000111111011111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383AED; }

 p { color: rgb(56,58,237); }

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

<style>
 a { background-color: #383AED; }

 a { background-color: rgb(56,58,237); }

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

<style>
 span { border-color: #383AED; }

 span { border-color: rgb(56,58,237); }

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