#383CE9

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

Shades of Neon Blue #383CE9

Tints of Neon Blue #383CE9

Color information

#383CE9 (or 0x383CE9) is unknown color: approx Neon Blue. HEX triplet: 38, 3C and E9. RGB value is (56,60,233). Sum of RGB (Red+Green+Blue) = 56+60+233=349 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.05% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 233 (91.41% from 255 or 66.76% from 349); Max value from RGB is 233 - color contains mainly: blue. Hex color #383CE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383CE9 is #C7C316. Grayscale: #4D4D4D. Windows color (decimal): -13091607 or 15285304. OLE color: 15285304.

HSL color Cylindrical-coordinate representation of color #383CE9: hue angle of 238.64º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #383CE9 is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB5660233-
CMYK0.760.7400.09
HSL238.64º80.09%56.67%-
HSV(B)238.64º75.97%91.37%-
XYZ17.959.9678.07-
YUV78.53215.17111.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.05%
GREEN value IS 60 (23.83% from 255) = 17.19%
BLUE value IS 233 (91.41% from 255) = 66.76%
R=16.05%
G=17.19%
B=66.76%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal56602330.760.7400.09238.6480.0956.67
Hex383CE94C4A09ef5039
Octal707435111411201135712071
Binary111000111100111010011001100100101001001111011111010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,60,233); }

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

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

 a { background-color: rgb(56,60,233); }

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

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

 span { border-color: rgb(56,60,233); }

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