#383AE6

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

Shades of Neon Blue #383AE6

Tints of Neon Blue #383AE6

Color information

#383AE6 (or 0x383AE6) is unknown color: approx Neon Blue. HEX triplet: 38, 3A and E6. RGB value is (56,58,230). Sum of RGB (Red+Green+Blue) = 56+58+230=344 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.28% from 344); Green value is 58 (23.05% from 255 or 16.86% from 344); Blue value is 230 (90.23% from 255 or 66.86% from 344); Max value from RGB is 230 - color contains mainly: blue. Hex color #383AE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383AE6 is #C7C519. Grayscale: #4C4C4C. Windows color (decimal): -13092122 or 15088184. OLE color: 15088184.

HSL color Cylindrical-coordinate representation of color #383AE6: hue angle of 239.31º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #383AE6 is Cyan = 0.76, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB5658230-
CMYK0.760.7500.10
HSL239.31º77.68%56.08%-
HSV(B)239.31º75.65%90.2%-
XYZ17.439.5875.79-
YUV77.01214.34113.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.28%
GREEN value IS 58 (23.05% from 255) = 16.86%
BLUE value IS 230 (90.23% from 255) = 66.86%
R=16.28%
G=16.86%
B=66.86%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal56582300.760.7500.10239.3177.6856.08
Hex383AE64C4B0Aef4e38
Octal707234611411301235711670
Binary111000111010111001101001100100101101010111011111001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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