#383EEF

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

Shades of Neon Blue #383EEF

Tints of Neon Blue #383EEF

Color information

#383EEF (or 0x383EEF) is unknown color: approx Neon Blue. HEX triplet: 38, 3E and EF. RGB value is (56,62,239). Sum of RGB (Red+Green+Blue) = 56+62+239=357 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.69% from 357); Green value is 62 (24.61% from 255 or 17.37% from 357); Blue value is 239 (93.75% from 255 or 66.95% from 357); Max value from RGB is 239 - color contains mainly: blue. Hex color #383EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383EEF is #C7C110. Grayscale: #4F4F4F. Windows color (decimal): -13091089 or 15679032. OLE color: 15679032.

HSL color Cylindrical-coordinate representation of color #383EEF: hue angle of 238.03º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #383EEF is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB5662239-
CMYK0.770.7400.06
HSL238.03º85.12%57.84%-
HSV(B)238.03º76.57%93.73%-
XYZ18.9310.5282.69-
YUV80.38217.51110.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.69%
GREEN value IS 62 (24.61% from 255) = 17.37%
BLUE value IS 239 (93.75% from 255) = 66.95%
R=15.69%
G=17.37%
B=66.95%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal56622390.770.7400.06238.0385.1257.84
Hex383EEF4D4A06ee553a
Octal70763571151120635612572
Binary11100011111011101111100110110010100110111011101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,62,239); }

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

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

 a { background-color: rgb(56,62,239); }

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

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

 span { border-color: rgb(56,62,239); }

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