#383CED

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

Shades of Neon Blue #383CED

Tints of Neon Blue #383CED

Color information

#383CED (or 0x383CED) is unknown color: approx Neon Blue. HEX triplet: 38, 3C and ED. RGB value is (56,60,237). Sum of RGB (Red+Green+Blue) = 56+60+237=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 60 (23.83% from 255 or 17.00% from 353); Blue value is 237 (92.97% from 255 or 67.14% from 353); Max value from RGB is 237 - color contains mainly: blue. Hex color #383CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383CED is #C7C312. Grayscale: #4E4E4E. Windows color (decimal): -13091603 or 15547448. OLE color: 15547448.

HSL color Cylindrical-coordinate representation of color #383CED: hue angle of 238.67º 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 #383CED is Cyan = 0.76, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB5660237-
CMYK0.760.7500.07
HSL238.67º83.41%57.45%-
HSV(B)238.67º76.37%92.94%-
XYZ18.5310.1981.11-
YUV78.98217.17111.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.86%
GREEN value IS 60 (23.83% from 255) = 17.00%
BLUE value IS 237 (92.97% from 255) = 67.14%
R=15.86%
G=17.00%
B=67.14%

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
Decimal56602370.760.7500.07238.6783.4157.45
Hex383CED4C4B07ef5339
Octal70743551141130735712371
Binary11100011110011101101100110010010110111111011111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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